<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.header{position: fixed;z-index: 1200;width: 100%;left: 0;top: 0;padding-left: 65px;padding-right: 50px;height: 78px;}
.header.curr{background-color: rgba(4,42,114,1);}
.logDiv{float: left;width: 380px;height: 100%;}
.logDiv&gt;.logo{height: 100%;position: relative;background: url(../images/2.png) no-repeat right center;padding-right: 15px;}
.logDiv&gt;.logo&gt;img{position: relative;left: 0;top: 50%;transform: translateY(-50%);}
.logDiv&gt;.daiMa{height: 100%;position: relative;padding-left: 18px;}
.logDiv&gt;.daiMa&gt;div{position: relative;left: 0;top: 50%;transform: translateY(-50%);}
.logDiv&gt;.daiMa&gt;div&gt;p{color: #fff;}
.logDiv&gt;.daiMa&gt;div&gt;p:nth-child(1){letter-spacing:6px;}
.heaDiv{float: right; height: 100%;position:relative;
	width: -moz-calc(100% - 420px);
	width: -webkit-calc(100% - 420px); 
	width: -o-calc(100% - 420px);
	width: -ms-calc(100% - 420px);
	width: calc(100% - 420px);
}
.heaDiv&gt;.topMenu{height: 100%;width: 100%;padding-top: 36px; text-align:right;}
.heaDiv&gt;.topMenu&gt;li{/*float: left;width: 12.5%;*/position: relative; display:inline-block; margin-left:4%;}
.heaDiv&gt;.topMenu&gt;li&gt;a{height: 28px;line-height: 28px;text-align: right;font-size: 17px;color: #fff;}
.heaDiv&gt;.topMenu&gt;li:hover&gt;a,
.heaDiv&gt;.topMenu&gt;li.active&gt;a{color: rgba(255,255,255,.6);}
/*二级菜单*/
.topMenu2{position: absolute;top: 100%;left: 0;padding-top: 10px;display: none; text-align:left;}
.topMenu2:before{position: absolute;left: 36px;top: 0;background: url(../images/2-2.png) no-repeat;width: 12px;height: 11px;}
.topMenu2&gt;ul{background: #f7f9ff;border-radius: 5px;overflow: hidden;width: 260px;}
.topMenu2&gt;ul&gt;li{height: 42px;line-height: 42px;border-bottom: 1px solid #e4eaf5;}
.topMenu2&gt;ul&gt;li:last-child{border-bottom: none;}
.topMenu2&gt;ul&gt;li&gt;a{font-size: 16px;color: #4f4f4f;padding: 0 20px;}
.topMenu2&gt;ul&gt;li:hover&gt;a,
.topMenu2&gt;ul&gt;li.active{background-color: rgba(4,42,114,1);color: #fff;}
.heaDiv&gt;.sechDiv{width: 160px;height: 26px;position: absolute;top: 10px;right: 0;}
.heaDiv&gt;.sechDiv&gt;.cnEn{float: right;overflow: hidden;width: auto;text-align: right;}
.heaDiv&gt;.sechDiv&gt;.cnEn&gt;a{height: 26px;line-height: 26px;font-size: 16px;color: #bdc3e6;float: left;}
.heaDiv&gt;.sechDiv&gt;.cnEn&gt;span{display: block;float: left;height: 26px;line-height: 26px;color: #fff;margin-left: 3px;margin-right: 3px;}
.heaDiv&gt;.sechDiv&gt;.cnEn&gt;a.active{color: #fff;}
.heaDiv&gt;.sechDiv&gt;.sech{display: block;height: 26px;margin-right: 110px;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form{display: ;height: 100%;position: relative;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div{height: 26px;width: 100%;position: relative;left: 0;top: 50%;transform: translateY(-50%);position: relative;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;.search{display: block;position: absolute;z-index: 1100;top: 0;right: 6px; background: url(../images/3.png) no-repeat center center/20px 18px;width: 20px;height: 100%!important;cursor: pointer;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1){width: 180px;padding-right: 20px; height: 26px;line-height: 26px;position: absolute;z-index: 950;top: 0;right: 0;border:1px solid rgba(255,255,255,.9);padding-left: 10px;border-radius: 13px; width: 0;overflow: hidden;opacity: 0;font-size: 15px;color: #fff;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div.cur&gt;input:nth-child(1){width: 180px;opacity: 1;}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1)::-webkit-input-placeholder{color:#fff}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1)::-moz-placeholder{color:#fff}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1):-moz-placeholder{color:#fff}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:-ms-input-placeholder{color:#fff}
#selectMenu{width: 21px;height: 21px;cursor: pointer;top: 24px;right: 0; position: absolute;display: none;}
#selectMenu .line{width: 100%;height: 1px;background-color: #fff;display: block;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#selectMenu .line:nth-child(n+2){margin-top: 6px;}
#selectMenu.is-active .line:nth-child(2){opacity: 0;}
#selectMenu.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#selectMenu.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.wrapMenu{display: none;}
@media (max-width: 1440px) {
	.header{padding-left: 35px;padding-right: 35px;height: 78px;}
	.logDiv{width: 300px;}
	.heaDiv{
		width: -moz-calc(100% - 300px);
		width: -webkit-calc(100% - 300px); 
		width: -o-calc(100% - 300px);
		width: -ms-calc(100% - 300px);
		width: calc(100% - 300px);
	}
	.logDiv&gt;.logo{width: 190px;}
	.logDiv&gt;.daiMa{padding-left: 15px;}
	.heaDiv&gt;.topMenu{padding-left: 0;width: 100%;}
	.heaDiv&gt;.topMenu&gt;li&gt;a{font-size: 16px;text-align: right}
	.heaDiv&gt;.sechDiv&gt;.cnEn&gt;a{font-size: 16px;}
	.heaDiv&gt;.sechDiv&gt;.sech{margin-right: 80px;}
	.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;.search{background: url(../images/3.png) no-repeat center center/17px 16px;width: 17px;}
	/*.topMenu2&gt;ul{width: 190px;}*/
	.topMenu2&gt;ul&gt;li{height: 38px;line-height: 38px;}
	.topMenu2&gt;ul&gt;li&gt;a{font-size: 15px;padding: 0 18px;}
}
@media (max-width: 1230px) {
	.header{padding-left: 4%;padding-right: 4%;height: 78px;}
	.logDiv{width: 170px;}
	.heaDiv{
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px); 
		width: -o-calc(100% - 170px);
		width: -ms-calc(100% - 170px);
		width: calc(100% - 170px);
	}
	.logDiv&gt;.logo{width: 100%;padding-right: 0;background: none;}
	.logDiv&gt;.logo&gt;img{width: 100%;}
	.logDiv&gt;.daiMa{display: none;}
	.heaDiv&gt;.topMenu&gt;li&gt;a{font-size: 15px;}
	.topMenu2{left: -19%;}
	/*.topMenu2&gt;ul{width: 160px;}*/
	.topMenu2&gt;ul&gt;li{height: 34px;line-height: 34px;}
	.topMenu2&gt;ul&gt;li&gt;a{font-size: 15px;}
	.heaDiv&gt;.sechDiv&gt;.cnEn&gt;a{font-size: 15px;padding: 0 16px;}
}
@media (max-width: 991px) {
	.header{/*padding-left: 10px;padding-right: 10px;*/height: 60px;}
	.logDiv{width: 130px;}
	.heaDiv{
		width: -moz-calc(100% - 130px);
		width: -webkit-calc(100% - 130px); 
		width: -o-calc(100% - 130px);
		width: -ms-calc(100% - 130px);
		width: calc(100% - 130px);
	}
	.heaDiv&gt;.topMenu{padding-top: 28px;}
	.heaDiv&gt;.topMenu&gt;li&gt;a{height: 18px;line-height: 18px;font-size: 14px;}
	.heaDiv&gt;.sechDiv{height: 22px;top: 4px;}
	.heaDiv&gt;.sechDiv&gt;.cnEn&gt;a{font-size: 14px;}
	.heaDiv&gt;.sechDiv&gt;.sech{margin-right: 80px;}
	.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;.search{background: url(../images/3.png) no-repeat center center/11px 10px;width: 11px;height: 20px;}
	.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1){width: 140px!important;height: 22px;line-height: 22px;padding-left: 10px;border-radius: 11px;font-size: 12px;top: 1px;}	
	.topMenu2{left: 20%!important;}

    .heaDiv&gt;.topMenu&gt;li{margin-left:3%;}

}
@media (max-width: 767px) {
	.heaDiv{/*position: fixed;margin-left: 0; z-index: 1200;width: 0;left: 50%;top: 60px;background-color: rgba(0,0,0,.6);padding: 0 20px 0;*/opacity: 0;overflow: hidden;}
	.heaDiv.curr{width: 100%;left: 0;opacity: 1}
	#selectMenu{width: 21px;height: 21px;cursor: pointer;top: 24px;right: 15px; position: absolute;display: block;}
	.wrapMenu{position: fixed;z-index: 1500;width: 100%;height: 100%;left: 0;top: 60px;background: rgba(0,0,0,.6);padding: 40px 15px;}
	.topMenuDiv{width: 100%;}
	.topMenuDiv&gt;li{width: 100%;}
	.topMenuDiv&gt;li&gt;a{height: 40px;line-height: 40px;text-align: left; font-size: 15px;color: #fff;border-bottom: 1px solid #fff;}
	.topMenuDiv2{display: none}
	.topMenuDiv2&gt;ul&gt;li{float: none;width: 100%;padding-left: 20px;}
	.topMenuDiv2&gt;ul&gt;li&gt;a{height: 40px;line-height: 40px;text-align: left; font-size: 13px;color: rgba(255,255,255,.9);border-bottom: 1px solid #fff;}
	.sechDiv2{width: 80%;margin-left: auto;margin-right: auto;margin-top: 20px;}
	.cnEn2{text-align: center;margin-left: auto;margin-right: auto;}
	.cnEn2&gt;a{color: rgba(255,255,255,.8);}
	.cnEn2&gt;a.active{color: rgba(255,255,255,1);font-weight: bold;}
	.sech2{margin-top: 20px;border-radius: 20px;}
	.ipt2{display: block;width: 100%;height: 40px;line-height: 40px;background-color:#fff;border-radius: 20px;padding-left: 20px;color: 3333;}	
	.search2{display: block;position: absolute;z-index: 1100;top: 0;right: 20px; background: url(../images/3b.png) no-repeat center center/20px 18px;width: 20px;height: 100%!important;cursor: pointer;}
	
	
	
	
	
	
	
}
/* 首页轮播*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;}
.slideBox .pg{overflow:hidden; position:absolute; right:13.5%; bottom:2.5%; z-index:1; }
.slideBox .pg ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .pg ul li{float:left; width:12px; height:12px; background:#fff; cursor:pointer; border-radius: 6px;}
.slideBox .pg ul li:nth-child(n+2){margin-left: 10px;}
.slideBox .pg ul li.on{width: 25px;border-radius: 6px;}
.slideBox .pc{ position:relative;width: 100%!important; height:100%; z-index:0;}
.slideBox .pc ul{width: 100%; overflow: hidden;}
.slideBox .pc li{float: left;width: 100%;}
.slideBox .pc li a{display: block;width: 100%!important;height: 940px;}
.slideBox .pc img{ width:100%!important; height:auto; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; z-index: 10; top:50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); -ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);display:block; width:32px; height:40px; background:url(images/slider-arrow.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .prev{left:0; background-position:-110px 5px; }
.slideBox .next{right:0; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
@media (max-width: 767px) {
	.slideBox .pg ul li{ width:8px; height:8px; border-radius: 4px;}
	.slideBox .pg ul li:nth-child(n+2){margin-left: 6px;}
	.slideBox .pg ul li.on{width: 16px;}
}
/*放大---2020.09.16修改*/
.ul01&gt;li:hover&gt;a&gt;p&gt;img,
.img2:hover&gt;span,
.ul02&gt;li:hover&gt;a&gt;img,
.ul02&gt;li:hover&gt;a&gt;p&gt;img,
.ul03&gt;li:hover&gt;a&gt;p&gt;img,
.ul07&gt;li:hover&gt;a&gt;p&gt;img,
.ul09&gt;li:hover&gt;a&gt;p&gt;span,
.picFd:hover,
.ul14&gt;li:hover&gt;a&gt;div&gt;p&gt;span,
.ul23&gt;li:hover&gt;a&gt;div:nth-child(1)&gt;img,
.ul28&gt;li:hover&gt;a&gt;p&gt;img,
.ul30&gt;li:hover&gt;a&gt;p&gt;span,
.ul31&gt;li:hover&gt;a&gt;p&gt;span,
.ul34&gt;li:hover&gt;a&gt;p&gt;span,
.ul82&gt;li:hover&gt;a&gt;div&gt;img,
.ul18&gt;li:hover&gt;div&gt;a&gt;p&gt;img,
.sw8:hover&gt;p&gt;img,
.ul83&gt;li:hover&gt;p&gt;img,
.ul06&gt;li:hover&gt;a&gt;p,
.ul20&gt;li:hover&gt;a{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);cursor: pointer;}
/*旋转放大*/
.picRotateScale:hover {transform: rotate(360deg) scale(1.2);-webkit-transform: rotate(360deg) scale(1.2);-moz-transform: rotate(360deg) scale(1.2);-o-transform: rotate(360deg) scale(1.2);-ms-transform: rotate(360deg) scale(1.2);}

/*上移动*/
.T-YD:hover,
.ul27&gt;li:hover&gt;a&gt;.p10{transform: translate(0, -5px);-webkit-transform: translate(0, -5px);-moz-transform: translate(0, -5px);-o-transform: translate(0, -5px);-ms-transform: translate(0, -5px);}

/*下移动*/
.B-YD:hover,
.ul27&gt;li:hover&gt;a&gt;img{transform: translate(0, 5px);-webkit-transform: translate(0, 5px);-moz-transform: translate(0, 5px);-o-transform: translate(0, 5px);-ms-transform: translate(0, 5px);}

/*左移动*/
.L-YD:hover {transform: translate(-5px, 0);-webkit-transform: translate(-5px, 0);-moz-transform: translate(-5px, 0);-o-transform: translate(-5px, 0);-ms-transform: translate(-5px, 0);}

/*右移动*/
.R-YD:hover {transform: translate(5px, 0);-webkit-transform: translate(5px, 0);-moz-transform: translate(5px, 0);-o-transform: translate(5px, 0);-ms-transform: translate(5px, 0);}
.huangDong{width: 42px; position: absolute;z-index: 20;left: 50%;transform: translateX(-50%);bottom: 4%;border-radius:50%;-webkit-animation:bounce 2s infinite linear;-moz-animation:bounce 2s infinite linear;-ms-animation:bounce 2s infinite linear;-o-animation:bounce 2s infinite linear;animation:bounce 2s infinite linear;}
	   
@-webkit-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-webkit-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-webkit-transform: scale(1.22, 1.22);}
}
@-moz-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-moz-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-moz-transform: scale(1.22, 1.22);}
}
@-ms-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-ms-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-ms-transform: scale(1.22, 1.22);}
}  
@-o-keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-o-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-o-transform: scale(1.22, 1.22);}
}	   
@keyframes bounce {
	0%,100%{transform: scale(1.0, 1.0);-webkit-transform: scale(1.0, 1.0);}
	50% {transform: scale(1.12, 1.12);-webkit-transform: scale(1.22, 1.22);}
}	
.k1{padding:5.2% 10px 5.8%;width: 100%;}
.cor25282f{color: #25282f;}
.bgpic1{background: url(../images/6.jpg) no-repeat bottom center/100% auto;}
.bgpic1_1{background: url(../images/6_1.jpg) no-repeat bottom center/100% auto;}


.ul01&gt;li{width: 32%;margin-right: 2%;}
.ul01&gt;li:nth-child(3n){margin-right: 0;}
.ul01&gt;li&gt;a&gt;p&gt;img{border-radius: 9px;}
.ul01&gt;li&gt;a&gt;div{position: absolute;z-index: 1000;width: 100%;left: 0;top: 50%;transform: translateY(-50%);padding-left: 10px;padding-right: 10px;}
.k2{background: url(../images/7.jpg) no-repeat center center;background-size: cover;padding: 2.6% 15px;width: 100%;}
.t-justify{text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify; }
.textTitle{position: relative;text-align: center;}
.textTitle&gt;span{display: block;width: 100%; position: absolute;z-index: 6; left: 0;top: 0;height: 62px;text-transform:uppercase;text-align: center;font-family:'SourceHanSansSC-Normal';font-style: italic;}
.cor647abd{color:#647abd;}
.textTitle&gt;p{position: relative;z-index: 10; font-weight:normal;}
.k2-1{position: absolute;left: 0;top: 227px;width: 316px;}
.k2-2{position: absolute;right: 0;top: 157px;width: 320px;}
.k3{padding:5.2% 15px 5.8%;width: 100%;}
.core{color: #eee;}
.cor404248{color: #404248;}
.ul02&gt;li{width: 48.2%;margin-right: 3.6%;}
.ul02&gt;li:nth-child(2n){margin-right: 0;}
.ul02&gt;li&gt;a{position: relative;overflow: hidden;border-radius: 10px;}
.ul02&gt;li&gt;a&gt;div{position: absolute;width: 100%;height: 100%; left: 0;border: 1px solid #333; top: 0;}
.ul02&gt;li&gt;a&gt;p&gt;span{display: block; width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);text-align: center;}
.ul02&gt;li&gt;a&gt;div&gt;div{display: block; width: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);text-align: center;}
.img3{width: 44px;}
.bgf9fbff{background-color: #f9fbff;}
.k4{padding: 54px 5px 40px;}
.tb1{padding-top: 15px;}
.tb1&gt;a{position: relative;color: #464850;font-weight: bold;padding-bottom: 10px;}
.tb1&gt;a:nth-child(n+2){margin-left: 25px;}
.tb1&gt;a.active{color: #042a72;}
.tb1&gt;a.active:before{position: absolute;z-index: 2;width: 100%;height: 2px;background-color: #042a72;left:0;bottom: 0;}
.w1420{width: 1420px;margin-left: auto;margin-right: auto;}
.ul03{overflow: hidden;}
.ul03&gt;li{width: 32%;margin-right: 2%;padding: 10px 10px 16px;}
.ul03&gt;li:nth-child(3n){margin-right: 0;}
.ul03&gt;li&gt;a{border:1px solid rgba(239, 239, 239, 1);box-shadow:0px 3px 16px 0px rgba(128,128,128,0.18);}
.ul03&gt;li&gt;a&gt;div{padding: 35px 24px 24px;}
.p1{height: 72px;overflow: hidden;}
.ic1{background: url(../images/12.png) no-repeat left center;padding-left: 35px;height: 38px;line-height: 38px;}
.btn1{width:208px;text-align: center;height:50px;line-height: 50px;background:rgba(115,149,255,0);border:1px solid #042a72;border-radius:25px;color: #042a72;font-size: 20px;}
.btn1:hover{border-radius: 4px;font-weight: bold;}
.footer{background: url(../images/19.jpg) no-repeat center center;background-size: cover;width: 100%;padding: 3.6% 15px 20px;}

.footer .fot3 .corA0A0A7 a{display:initial;}

.fot1&gt;div{width: 15.7%;}
.fot1&gt;div:last-child{width: auto!important; float:right;}
.fot2,.fot3{border-top: 1px solid rgba(255,255,255,.6)}
.corA0A0A7{color: #A0A0A7;}
.ul04&gt;li&gt;a{color: #fff;}
.ul04&gt;li:hover&gt;a{color: #fff;}
.ul05&gt;li{padding: 0 20px;}
.ul05&gt;li:first-child{padding-left: 0;}
.ul05&gt;li:last-child{padding-right: 0;}
.ul05&gt;li:nth-child(n+2){background: url(../images/14.png) no-repeat left center;}
.ul05&gt;li:hover&gt;a{color: #fff;}
.p2{line-height: 36px;}
.p2-1{background: url(../images/16-1.png) no-repeat left 8px;padding-left: 30px;}
.p2-2{background: url(../images/16-2.png) no-repeat left 8px;padding-left: 30px;}
.p2-3{background: url(../images/16-3.png) no-repeat left 8px;padding-left: 30px;}
.fot22&gt;div:nth-child(1){padding-right: 80px;background: url(../images/17.png) no-repeat right center;}
.fot22&gt;div:nth-child(2){padding-left: 80px;}
.banner{padding: 210px 15px 220px;}
.banner_xwxq{padding: 170px 15px 120px;}
.k5{padding: 4.2% 15px;}
.p3{height: 64px;line-height: 32px;}
.value1,.value2,.value3{display: inline-block;color: #25282f;padding-left: 3px;padding-right: 3px;}
.btn2{display: block;position: absolute; width: 90px;height: 90px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 20;}
.btn2&gt;img{width: 100%;}
.k6{padding: 4.6% 15px 3.2%;}
.ul06&gt;li&gt;a{position: relative;/*background-color: #fff;*/}
.ul06&gt;li&gt;a&gt;p{width: 260px;height: 100%; position: absolute;z-index: 10;left: 0;top: 0;background: url(../images/z_bj.png) no-repeat center center; background-size:cover;}
.ul06&gt;li&gt;a&gt;p&gt;img{display: block; position: relative;top: 50%;transform: translateY(-50%);width: 192px;margin-left: auto;margin-right: auto;}
.ul06&gt;li&gt;a&gt;div{margin-left: 330px;padding: 40px 60px 40px 0;  height:100%; display:table;}
.ul06&gt;li&gt;a&gt;div&gt;p{display:table-cell; vertical-align:middle;}
.k7{padding: 4.2% 15px;}
.p3{height: 64px;line-height: 32px;}
.k8{background: url(../images/z_bj.png) no-repeat center center; background-size:cover; padding: 4.2% 15px 3.2%;}
.cor7c8ec8{color: #7c8ec8;}
.vs{position: relative;width: 100%;left: 0;top: 0;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;z-index: 10;}
.vd{position: absolute;width: 100%;left: 0;top: 0;opacity:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;z-index: 8;}
.tb3&gt;a{height:60px;line-height: 60px; color: #042a72;background-color: #fff; border-radius:5px;padding: 0 63px;font-family:'SourceHanSansCN-Medium';}
.tb3&gt;a:nth-child(n+2){margin-left: 25px;}
.tb3&gt;a.active{height:60px;line-height: 60px;color: #fff;background:rgba(4,42,114,1);}
.mgt53{margin-top: 53px;}
.ul07&gt;li{margin-top: 15px;width: 32%;margin-right: 2%;}
.ul07&gt;li:nth-child(3n){margin-right: 0;}
#swiper2,#swiper3{padding-bottom: 6.5%;}
#swiper2 .swiper-container-horizontal &gt; .swiper-pagination-bullets,
#swiper3 .swiper-container-horizontal &gt; .swiper-pagination-bullets{bottom: 10px;left: 0;width: 100%;}
#swiper2 .swiper-pagination-bullet,
#swiper3 .swiper-pagination-bullet{width: 18px;height: 18px; opacity: 1;background: #6c85c4;}
#swiper2 .swiper-pagination-bullet-active,
#swiper3 .swiper-pagination-bullet-active{opacity: 1;background: #fff;}

#swiper2 .swiper-slide a{padding:0 12px; display:block; width:100%;}

.img1{width: 600px;}
.img2{width: 190px;}
.k2-1{position: absolute;left: 0;top: 190px;
	width: -moz-calc(50% - 310px);
	width: -webkit-calc(50% - 310px); 
	width: -o-calc(50% - 310px);
	width: -ms-calc(50% - 310px);
	width: calc(50% - 310px);
}
.k2-2{position: absolute;right: 0;top: 150px;
	width: -moz-calc(50% - 310px);
	width: -webkit-calc(50% - 310px); 
	width: -o-calc(50% - 310px);
	width: -ms-calc(50% - 310px);
	width: calc(50% - 310px);
}
.img3{width: 36px;}
.k9{padding: 4.2% 15px 2.1%;}
.tim{height: 190px;position: relative;}
.k9-1 .swiper-slide&gt;.tim&gt;.tim1{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);background:#fff url(../images/32.png) no-repeat center center/138px 138px;font-size: 36px;border-radius: 50%;width: 142px;height: 142px;}
.k9-1 .swiper-slide.swiper-slide-active&gt;.tim&gt;.tim1{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);background:#fff url(../images/34.png) no-repeat center center;font-size: 42px;border-radius: 50%;width: 190px;height: 190px;}
.tim&gt;.tim1&gt;p{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);width: 100%;height: auto;text-align: center;}
.k9-1{padding-left: 50px;padding-right: 50px;position: relative;}
.k9-1:before{width: auto;left: 50px;right: 50px; top: 50%;transform: translateY(-50%);height: 4px;background: #042a72;}
.k9-1 .arrow-left,
.k9-1 .arrow-right {width: 44px;height: 44px;margin-top: -22px;background-size: 44px 44px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;}
.k9-1 .arrow-left{background: url(../images/27-1b.png) no-repeat center center/44px 44px;left: 0;right: auto;}
.k9-1 .arrow-right{background: url(../images/27-2b.png) no-repeat center center/44px 44px;right: 0;left: auto;}
.k9-1 .arrow-left:hover{background: url(../images/27-1.png) no-repeat center center/44px 44px;left: 0;right: auto;}
.k9-1 .arrow-right:hover{background: url(../images/27-2.png) no-repeat center center/44px 44px;right: 0;left: auto;}
.timCen{background: url(../images/35.png) no-repeat center top;background-size: 100% 100%;padding: 120px 110px 110px;display: block;width: 100%;}
.cor353030{color: #353030;}
.ul08&gt;li&gt;a{background: url(../images/28_1.png) no-repeat left 25px;padding-left: 35px;}
.k10{padding: 4.2% 15px 10.2%;}
.k10-11{width: 46%;float: left;background: url(../images/31.png) no-repeat center center;background-size: cover;height: 380px;padding-right: 20px;padding-bottom: 20px;}
.k10-11&gt;p{width: 100%;height: 100%;}
.k10-12{width: 47%;float: right;}
.k11-1{height: 70px;position: relative;padding-left: 40px;padding-right: 40px;}
.k11-1:before{left: 10px;width: auto;right: 10px; height: 4px;background-color: #eaeefb;top: 17px;}
.txt1{height: 70px;position: relative;width: 100%; padding-top: 9px;}
.k11-1 .swiper-slide&gt;.txt1&gt;span{display: block;background: url(../images/41.png) no-repeat center center;width: 100%;height: 20px;}
.k11-1 .swiper-slide&gt;.txt1&gt;p{color: #b8b8b8;text-align: center;}
.k11-1 .swiper-slide.swiper-slide-active&gt;.txt1&gt;span{display: block;background: url(../images/42.png) no-repeat center center;width: 100%;height: 20px;}
.k11-1 .swiper-slide.swiper-slide-active&gt;.txt1&gt;p{color: #042a72;}
.k11-1 .arrow-left,
.k11-1 .arrow-right {width: 38px;height: 38px;top: 0; margin-top: 0;background-size: 38px 38px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;z-index: 20;border-radius: 50%;opacity: 1;}
.k11-1 .arrow-left{background: url(../images/40.jpg) no-repeat center center/38px 38px;left: 0;right: auto;}
.k11-1 .arrow-right{background: url(../images/40b.png) no-repeat center center/38px 38px;right: 0;left: auto;}
.timCen2{display: block;width: 100%;}
.ul09&gt;li{padding-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #e4e7f2;}
.ul09&gt;li&gt;a&gt;p{width: 440px;height: 230px;position: relative;overflow: hidden;}
.ul09&gt;li&gt;a&gt;p&gt;span{display: block;width: 100%;height: 100%;}
.ul09&gt;li&gt;a&gt;div{margin-left: 490px;}
.cor191b1f{color: #191b1f;}
.cor5f626a{color: #5f626a;}
.ic2{background: url(../images/44.png) no-repeat left center;padding-left: 33px;height: 22px;line-height: 22px;}
.ul09&gt;li:hover&gt;a&gt;div&gt;p:nth-child(1){text-decoration: underline;}
.k12{padding: 5.7% 10px 7.1%;}
.k21-1{background-color: rgba(4,42,114,.8);padding: 20px 10px;}
.vtit{background-color: rgba(4,42,114,.8);padding: 20px 10px;position: absolute;z-index: 120;width: 100%;left: 0;bottom: 0;}
.k13{padding: 4.4% 10px 3.4%;}
.cor131416{color: #131416;}
.hr-t-dsk-e5e5e5{height: 1px!important;border-top: 1px dashed #e5e5e5;}
.btn3{width: 662px;text-align: center;height: 56px;line-height: 56px;background: #eef0f9;border-radius: 28px;}
.k14{padding: 50px 10px 90px;}
.cor3352a8{color: #042a72;}
.cor3352A8{color: #042a72;}
.tb5{position: relative;z-index: 50;}
.tb5&gt;a{border: 1px solid #d9d9d9;border-radius: 5px;padding: 15px 35px;}
.tb5&gt;a:nth-child(n+2){margin-left: 20px;}
.tb5&gt;a.active{border: 1px solid #042a72;background: #042a72;color: #fff;}
.k14-11{width: 410px;}
.k14-12{margin-left: 460px;}
.leMen{border: 3px solid #e4eafa;border-radius: 5px;background-color: #fff;padding: 25px 15px 35px;}
.hr-t-e4eafa{height: 1px!important;border-top: 1px solid #e4eafa;}
.cor545861{color: #545861;}
.ul10{border-top: 1px solid #e4eafa;}
.ul10&gt;li&gt;a{padding-right: 15px;}
.ul10&gt;li:hover&gt;a{background: url(../images/48.png) no-repeat right center;color: #042a72;}
.k14-15{padding-left: 19%;padding-right: 19%;}
.k14-15 .arrow-left,
.k14-15 .arrow-right {width: 57px;height: 57px;; margin-top: -29px;background-size: 57px 57px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;z-index: 20;border-radius: 50%;opacity: 1;}
.k14-15 .arrow-left{background: url(../images/52-1.png) no-repeat center center/57px 57px;left: 6%;right: auto;}
.k14-15 .arrow-right{background: url(../images/52-2.png) no-repeat center center/57px 57px;right: 6%;left: auto;}
.btn4{width: 154px;height: 44px;line-height: 44px;text-align: center;color: #fff;background-color: #042a72;border-radius: 22px;}
.btn4:hover{border-radius: 4px;}
.k15{padding: 84px 0 44px;background: #fafbff;}
.k15.k15_pf{padding: 84px 0 10px;}
.k16{padding: 60px 10px 110px;}
.ic3{background: url(../images/57.png) no-repeat left center;padding-left: 40px;}
.lr40{padding-left: 40px;padding-right: 40px;}
.p4{background:#e4eafa url(../images/58.png) no-repeat 30px center;padding-left: 60px;border-radius: 5px;height: 74px;line-height: 74px;}
.k15-1{padding-left: 200px;padding-right: 200px;}
.k15-1 .swiper-slide&gt;.pic{display: block;width: 100%;height: 355px;}
.k15-1 .swiper-slide&gt;.pic&gt;p{width: 267px;height: 267px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.k15-1 .swiper-slide&gt;.pic&gt;p&gt;img{display: block;width: 100%;height: 100%;}
.k15-1 .swiper-slide.swiper-slide-active&gt;.pic&gt;p{width: 355px;height: 355px;}
.k15-1 .arrow-left,
.k15-1 .arrow-right {width: 55px;height: 55px;; margin-top: -28px;background-size: 55px 55px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;z-index: 20;border-radius: 50%;opacity: 1;}
.k15-1 .arrow-left{background: url(../images/59-1.png) no-repeat center center/55px 55px;left: 0;right: auto;}
.k15-1 .arrow-right{background: url(../images/59-2.png) no-repeat center center/55px 55px;right: 0;left: auto;}
.k15-1 .arrow-left2,
.k15-1 .arrow-right2 {width: 55px;height: 55px;; margin-top: -28px;background-size: 55px 55px;z-index: 10;cursor: pointer;background-position: center;background-repeat: no-repeat;z-index: 20;border-radius: 50%;opacity: 1;}
.k15-1 .arrow-left2{background: url(../images/59-1.png) no-repeat center center/55px 55px;left: 0;right: auto;}
.k15-1 .arrow-right2{background: url(../images/59-2.png) no-repeat center center/55px 55px;right: 0;left: auto;}
.cen2{padding: 40px 110px 30px;width: 100%;border: 3px solid #e4eafa;border-radius: 8px;position: relative;}
.cen2:before{background: url(../images/72.png) no-repeat center center;width: 28px;height: 26px;left: 50%;transform: translateX(-50%);top: -26px;}
.pdt26{padding-top: 26px;}
.img14{width: 13%;margin:0 3%;}
.img15{width: 26%; margin:0 3%;}
.k17{border: 3px solid #e4eafa;border-radius: 5px;padding: 40px 50px;}
.bgfafbff{background-color: #fafbff;}
.ic4{background: url(../images/58.png) no-repeat left center;padding-left: 25px;}
.ul12&gt;li:nth-child(n+2){margin-top: 35px;}
.ul13&gt;li{margin-right: 2%;}
.ul13&gt;li:nth-child(2n){margin-right: 0;}
.k20{padding: 4.4% 10px 9.3%;}
.cor2b2c2f{color: #2b2c2f;}
.ul14&gt;li{padding: 16px 10px;}
.ul14&gt;li&gt;a{background: #fff;box-shadow:0px 3px 10px 0px rgba(128,128,128,0.18);padding: 34px 37px 43px;border-radius: 2px;}
.bor-t-e{border-top: 1px solid #eeeeee}
.d1&gt;p{width: 285px;height: 160px;}
.d1&gt;p&gt;span{display: block;width: 100%;height: 100%;}
.d1&gt;div{margin-left: 325px;}
.ul15&gt;li{padding: 16px 10px;}
.ul15&gt;li&gt;a{background: #fff;box-shadow:0px 3px 10px 0px rgba(128,128,128,0.18);padding: 34px 37px 43px;border-radius: 2px;}
.btn5{width:151px;text-align: center;height:42px;line-height: 42px;background:rgba(4,42,114,1);border:1px solid rgba(4,42,114, 1);border-radius:5px;color: #fff;}
.btn5:hover{border-radius: 21px;font-weight: bold;}
.k22{padding: 35px 10px 55px;background: #fafbff;}
.k22&gt;div&gt;div:nth-child(1){padding: 54px 40px 90px;}
.k22&gt;div&gt;div:nth-child(2){padding: 38px 40px 70px;}
.k23{border:3px solid rgba(228, 234, 250, 1);border-radius:5px;padding: 25px 40px;}
.lr20{padding-left: 20px;padding-right: 20px;}
.p5{background:#E4EAFA url(../images/57.png) no-repeat 20px center;padding-left: 40px;height: 70px;line-height: 70px;border-radius: 2px;}
.ic5{background: url(../images/81.png) no-repeat left 14px;padding-left: 30px;}
.d2&gt;div:nth-child(1){width: 350px;}
.d2&gt;div:nth-child(2){margin-left: 390px;}
.ic6{background: url(../images/81.png) no-repeat left center;padding-left: 30px;}
.k24{border: 1px dashed #71A7FA;border-radius: 7px;padding: 55px}
.k25{padding: 30px 10px 90px;}
.ul17&gt;li{width: 48.5%;margin-right: 3%;}
.ul17&gt;li:nth-child(2n){margin-right: 0;}
.ul17&gt;li&gt;a&gt;div{position: absolute;width: 100%;left: 0;bottom: 0;background: rgba(0,0,0,.5);height: 72px;line-height: 72px;padding-left: 30px;padding-right: 30px;}

.k26{padding: 47px 10px 87px;}
.ul18&gt;li{padding-top: 30px;padding-bottom: 30px;border-bottom: 1px solid #d7e1fc;}
.ul18&gt;li&gt;div{padding: 10px;background: url(../images/86.png) no-repeat right center;padding-right: 45px;}
.ul18&gt;li&gt;div&gt;a&gt;p{box-shadow:0px 3px 16px 0px rgba(128,128,128,0.18);border-radius:3px;width: 23.2%;float: left;}
.ul18&gt;li&gt;div&gt;a&gt;p&gt;span{display: block;width: 100%;height: 100%;}
.ul18&gt;li&gt;div&gt;a&gt;div{margin-left: 26%;}
.cor030303{color: #030303;}
.ic7{background: url(../images/87-2.png) no-repeat left center;padding-left: 30px;}
.ic8{background: url(../images/87-1.png) no-repeat left center;padding-left: 30px;}
.ul19&gt;li&gt;a{height: 23px;line-height: 23px;}
.k28{padding: 75px 10px 220px}
.tb7&gt;a{min-width:332px; padding:0 20px; text-align: center;height:60px;line-height: 60px;border:1px solid #d9d9d9;border-radius:5px; }
.tb7&gt;a:nth-child(n+2){margin-left: 20px;}
.tb7&gt;a.active{border:1px solid #042a72;background: #042a72;color: #fff;}
.ul20&gt;li{width: 30%;margin-right: 5%;padding-bottom: 15px;}
.ul20&gt;li:nth-child(3n){margin-right: 0;}
.ul20&gt;li&gt;a{padding: 40px 30px 50px;border-radius: 3px;}
.ul20&gt;li&gt;a&gt;div&gt;p{height: 88px;line-height: 44px;}
.btn8{margin-top: 140px;display: block; text-align: center;color: #fff;border: 1px solid #fff;width: 208px;height: 50px;line-height: 50px;border-radius: 25px;font-size: 20px;cursor: pointer;}
.btn8:hover{border-radius: 4px;}
.ul21{border-top: 1px solid #e3e3e3;}
.ul21&gt;li{border-bottom:  1px solid #e3e3e3;padding-top: 30px;padding-bottom: 30px;}
.p6{background: url(../images/95.png) no-repeat left center;padding-left: 30px;height: 20px;line-height: 20px;}
.btn9{width: 116px;height: 40px;line-height: 40px;border-radius: 20px;text-align: center;color: #fff;background: #042a72;}
.btn9:hover{border-radius: 5px;}
.ul21&gt;li&gt;div&gt;div{margin-right: 120px;}
.ul22&gt;li:nth-child(n+2){margin-top: 38px;}
.ul22&gt;li&gt;p{width: 60px;}
.ul22&gt;li&gt;div{margin-left: 85px;}
.k29{padding: 70px 10px 90px;}
.k29&gt;div{border:1px solid rgba(239, 239, 239, 1);box-shadow:0px 3px 16px 0px rgba(142,162,190,0.18);}
.k30{padding: 8.1% 10px 6.9%;}
.ul23&gt;li&gt;a&gt;div:nth-child(1)&gt;p{position: absolute;width: 100%;padding-left: 10px;padding-right: 10px;text-align: center;z-index: 20;left: 0;top: 50%;transform: translateY(-50%);}
.p8{height: 128px;line-height: 32px;}
.ul23&gt;li{width: 48.3%;margin-right: 3.4%;}
.ul23&gt;li:nth-child(2n){margin-right: 0;}
.ul23&gt;li&gt;a&gt;div:nth-child(1)&gt;img{border-radius: 5px;}
.k40&gt;div&gt;div{min-height: 860px;}
.k31{padding: 83px 10px 143px;}
.k31-1&gt;.leMen2,
.k31-2&gt;div{border: 3px solid #E4EAFA; background-color: #fff;border-radius:5px;}
.k31-1{width: 29%;}
.k31-1&gt;.leMen2{padding: 0 20px;height: 100%;}
.k31-2{width: 68.5%;}
.k31-2&gt;div{height: 100%;width: 100%; padding: 0 25px;}
.leMen2&gt;p{height: 72px;line-height: 72px;}
.ul24{border-top: 1px solid #e4eafa;padding-top: 10px;}
.ul24&gt;li{border-bottom: 1px dashed #e4eafa;padding-top: 20px;padding-bottom: 20px;}
.ul24&gt;li&gt;a{padding-right: 20px;}
.ul24&gt;li:hover&gt;a{background: url(../images/103.png) no-repeat right center;}
.ul24&gt;li&gt;a&gt;p{padding-left: 25px}
.ul24&gt;li&gt;a&gt;p:nth-child(1){/*background: url(../images/129.png) no-repeat 3px center;*/  background: url(../images/28_1.png) no-repeat 2px center;}
.ul24&gt;li:hover&gt;a&gt;p{color: #042a72;}
.cor2b2c2f{color: #2b2c2f;}
.ic9{background: url(../images/104.png) no-repeat left center;padding-left: 30px;}
.p9{height: 78px;line-height: 78px;}
.hr-t-e{height: 1px!important;border-top: 1px solid #eee;}
.hr-t-dsk-e4eafa{height: 1px!important;border-top: 1px dashed #e4eafa;}
.ic10{background: url(../images/105.png) no-repeat left center;padding-left: 35px;}
.ul25{padding-left: 35px;}
.ul25&gt;li{margin-top: 30px;color: #2b2c2f;}
.ul25&gt;li&gt;p{width: 30px;}
.ul25&gt;li&gt;div{margin-left: 30px;}
.btn10{width:151px;text-align: center;height:42px;line-height: 42px;background:rgba(4,42,114,1);border:1px solid rgba(4,42,114, 1);border-radius:5px;}
.btn10:hover{border-radius: 21px;}
.k32{padding: 3.6% 10px 8.8%;}
.cor343638{color: #343638;}
.p10{font-size: 18px;height: 152px;line-height: 38px;overflow: hidden;}
.k33{padding: 10px 10px 5.7%;}
.ul28&gt;li{width: 48.6%;margin-right: 2.8%;float: left;}
.ul28&gt;li:nth-child(2n){margin-right: 0;}
.cor2b2c2f{color: #2b2c2f;}
.k34{padding: 3.2% 10px 5.2%;}
.ul29&gt;li:nth-child(n+2){margin-top: 35px;}
.k35{padding: 4.7% 10px 0;}
.k35-2{background: url(../images/110.jpg) no-repeat center center;background-size: cover;padding: 60px 10px 50px;}
.k36{padding: 50px 20px 40px;background: rgba(4,42,114,.91);border-radius: 12px;}
.k36&gt;div:nth-child(2){background: url(../images/112.png) no-repeat left center;}
.w480{width: 480px;}
.cor23232a{color: #23232a;}
.cor5c5c5c{color: #5c5c5c;}
.ipt1{background: #fff;width: 100%;height: 52px;line-height: 52px;border-radius: 6px;padding-left: 25px;}
.ipt1::-webkit-input-placeholder{color:#23232a}
.ipt1::-moz-placeholder{color:#23232a}
.ipt1:-moz-placeholder{color:#23232a}
.ipt1:-ms-input-placeholder{color:#23232a}
.textarea1{background: #fff;width: 100%;height: 120px;padding-top: 6px;padding-bottom: 6px; border-radius: 6px;padding-left: 25px;}
.textarea1::-webkit-input-placeholder{color:#23232a}
.textarea1::-moz-placeholder{color:#23232a}
.textarea1:-moz-placeholder{color:#23232a}
.textarea1:-ms-input-placeholder{color:#23232a}
.submit{display: block;height: 52px;line-height: 52px;border-radius: 26px;text-align: center;background: #bbcafa;color: #2242ab;}

.coreceef8{color: #eceef8;}
.cord7def4{color: #d7def4;}
.ul30&gt;li{padding: 35px 0;}
.ul30&gt;li&gt;a{background:rgba#fff;border:3px solid rgba(228, 234, 250, 1);border-radius:5px;}
.cor3e5db5{color: #042a72;}
.k41{padding: 65px 10px 40px;}

.ul30&gt;li&gt;a&gt;p{float: left;width: 24.6%;height: 295px;}
.ul30&gt;li&gt;a&gt;p&gt;span{display: block;width: 100%;height: 100%;}
.ul30&gt;li&gt;a&gt;div{margin-left: 27.5%;}
.k42{padding: 60px 10px 40px;background-color: #e4eafa;}
.ul31{padding-top: 45px 0;}
.ul31&gt;li{border-bottom: 1px solid #fff;padding: 40px 0;}
.ul31&gt;li:last-child{border-bottom: none;}
.ul31&gt;li&gt;a&gt;p{border: 12px solid #fff;width: 24.6%;height: 270px;float: left;}
.ul31&gt;li&gt;a&gt;p&gt;span{width: 100%;height: 100%;}
.ul31&gt;li&gt;a&gt;div{margin-left: 27.5%;}
.k43{padding: 75px 10px 60px;background-color: #fafbff;}
.k44{padding: 80px 10px;}
.tb9&gt;a{width: 23%;margin-right: 2.6666666%;background-color: #042a72;border-radius: 5px;padding: 10px;position: relative;}
.tb9&gt;a:nth-child(4n){margin-right: 0;}
.tb9&gt;a&gt;div{width: 100%;height: 124px;border: 1px solid #fff;}
.tb9&gt;a&gt;div&gt;div{top: 50%;transform: translateY(-50%);}
.tb9{padding-bottom: 50px;}
.tb9&gt;a.active:before{z-index: 20;left: 0;bottom: -52px;background: url(../images/123.png) no-repeat center center;width: 100%;height: 24px;}
.bor-e4eafa{border: 2px solid #e4eafa;border-radius: 8px;}
.ks1{padding: 35px 70px;}
.k37{}
.k37-1{background-color: #042a72;height: 90px;line-height: 90px;}
.k37-2{padding: 40px;/*border: 2px solid #e4eafa;*/border: 2px solid #042a72;   border-top: none; border-radius:0 0 3px 3px;}
.cor42454b{color: #42454b;}
.btn11{width: 156px;height: 44px;line-height: 44px;text-align: center;border-radius: 22px;background-color: #042a72;color: #fff;}
/*240422start*/
.k37-3 .pdt45{ display: flex; flex-wrap: wrap; justify-content:space-around; margin:0;}
.zlfa .dinb{ width: 33.33%; margin-top:45px;}
.zlfa .dinb:nth-child(1),
.zlfa .dinb:nth-child(2),
.zlfa .dinb:nth-child(3){ margin-top: 0;}
/*240422end*/
.core9eaee{color: #e9eaee;}
.k45{padding: 90px 10px 80px;}
.k46{padding: 70px 10px 80px;}
.k47{padding: 75px 10px 122px;background: url(../images/121.jpg) no-repeat center bottom/100% auto;width: 100%:}
.wmgl41{margin-left: 41%;}
.wmgr41{margin-right: 41%;}
.kp{background: url(../images/119.jpg) no-repeat center center;background-size: cover;padding-right: 24px;padding-bottom: 24px;height: 298px;overflow: hidden;}
.kp&gt;span{display: block;width: 100%;height: 100%;}
.ras6{border-radius: 6px;}
.p11{overflow: hidden;height: 210px;line-height: 30px;}

.wpdl3{padding-left: 3%;} 
.wpdr3{padding-right: 3%;}

.ul82&gt;li{width: 48%;margin-right: 4%;}
.ul82&gt;li:nth-child(2n){margin-right: 0;}
.ul82&gt;li&gt;a&gt;div&gt;div{position: absolute;z-index: 10;width: 100%;left: 0;top: 50%;transform: translateY(-50%);}
.p80{line-height: 36px;height: 72px;}

.video-ul{overflow: hidden;}
.videolist { position:relative; float:left; width:48%; margin-right:4%;cursor: pointer;}
.video-ul&gt;li{margin-top: 40px;}
.videolist:nth-child(2n){margin-right: 0;}
.videoed { display:block; width:86px; height:86px; position: absolute; left:50%; top:45%; z-index:99; border-radius:100%;transform: translate(-50%,-50%)}	
.videos{ display:none; /*border: 1px solid #080808;*/ position:fixed; left:50%; top:50%; transform: translate(-50%,-50%);z-index:1000; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }

#loutinav&gt;ul{position: relative;z-index: 50;}
#loutinav&gt;ul&gt;li&gt;a{border: 1px solid #d9d9d9;border-radius: 5px;padding: 15px 35px;}
#loutinav&gt;ul&gt;li:nth-child(n+2){margin-left: 20px;}
#loutinav&gt;ul&gt;li.active&gt;a{border: 1px solid #042a72;background: #042a72;color: #fff;}
.ul83&gt;li{padding-top: 55px;padding-bottom: 55px;}
.ul83&gt;li&gt;p{width: 275px;border-radius: 50%;}
.ul83&gt;li&gt;p&gt;img{display: block;width: 100%;border-radius: 50%;-moz-box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1)}
.ul83&gt;li&gt;div{margin-left: 316px; padding-left: 10px;}
.btn20{width: 150px;height: 46px;line-height: 46px;border-radius: 23px;background: #042a72;}
.btn20:hover{border-radius: 4px;}
.vid8&gt;li{width: 32%;margin-right: 2%;margin-top: 2%;position: relative;}
.vid8&gt;li:nth-child(3n){margin-right: 0;}

.videoed2{position: absolute;z-index: 20;left: 50%;top: 45%;transform: translate(-50%,-50%);width: 55px;}
.cor3352a8{color: #042a72;}
.cor3352A8{color: #042a72;}

.ul27&gt;li&gt;a{padding-left: 6%;padding-right: 6%;}


.img17{width:270px;height: 270px;border-radius: 50%; -moz-box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1)}


/*2020.09.17*/
.img2{margin-left: auto;margin-right: auto;}
.img2&gt;span{width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;}


@media (max-width: 1440px) {
	.huangDong{width: 38px;}
	.img1{width: 600px;}
	.img2{width: 190px;}
	.k2-1{position: absolute;left: 0;top: 190px;
		width: -moz-calc(50% - 310px);
		width: -webkit-calc(50% - 310px); 
		width: -o-calc(50% - 310px);
		width: -ms-calc(50% - 310px);
		width: calc(50% - 310px);
	}
	.k2-2{position: absolute;right: 0;top: 150px;
		width: -moz-calc(50% - 310px);
		width: -webkit-calc(50% - 310px); 
		width: -o-calc(50% - 310px);
		width: -ms-calc(50% - 310px);
		width: calc(50% - 310px);
	}
	.img3{width: 36px;}
	.k4{padding: 40px 5px 30px;}
	.w1420{width: 100%;}
	.ul03&gt;li&gt;a&gt;div{padding: 30px 20px 20px;}
	.p1{height: 64px;}
	.ul05&gt;li{padding: 0 15px;}
	.fot22&gt;div:nth-child(1){padding-right: 50px;}
	.fot22&gt;div:nth-child(2){padding-left: 50px;}
	.img5{width: 100px;}
	.img6{width: 150px;}
	.slideBox .pc li a{height: 685px;}
	.banner{padding: 180px 15px 190px;}
    .banner_xwxq{padding: 150px 15px 100px;}
	.p3{height: 56px;line-height: 28px;}
	.img7{width: 50px;}
	.btn2{width: 72px;height: 72px;}
	.ul06&gt;li&gt;a&gt;p{width: 18%;}
	.ul06&gt;li&gt;a&gt;p&gt;img{width: 74%;}
	.ul06&gt;li&gt;a&gt;div{margin-left: 23%;padding: 28px 48px 28px 0;}
    
	.p3{height: 56px;line-height: 28px;}
	.tb3&gt;a{height:50px;line-height: 50px;border-radius:5px;padding: 0 50px;}
	.tb3&gt;a:nth-child(n+2){margin-left: 15px;}
	.tb3&gt;a.active{height:50px;line-height: 50px;}
	.ul09&gt;li{padding-top: 25px;padding-bottom: 25px;}
	.ul09&gt;li&gt;a&gt;p{width: 360px;height: 200px;}
	.ul09&gt;li&gt;a&gt;div{margin-left: 385px;}
	.k14{padding: 40px 10px 70px;}
	.leMen{border: 3px solid #e4eafa;padding: 20px 15px 25px;}
	.k14-11{width: 330px;}
	.k14-12{margin-left: 350px;}
	.img8{width: 220px;}
	.k15{padding: 60px 0 40px;}
	.k16{padding: 50px 10px 80px;}
	.ic3{background: url(../images/57.png) no-repeat left center/3px 28px;padding-left: 30px;}
	.l-lr30{padding-left: 30px;padding-right: 30px;}
	.k15-1{padding-left: 100px;padding-right: 100px;}
	.cen2{padding: 35px 60px 25px;}
	.p4{background:#e4eafa url(../images/58.png) no-repeat 30px center;padding-left: 60px;border-radius: 5px;height: 60px;line-height: 60px;}
	.k17{border: 3px solid #e4eafa;padding: 35px 40px;}
	.ul12&gt;li:nth-child(n+2){margin-top: 25px;}
	.ul14&gt;li{padding: 14px 10px;}
	.ul14&gt;li&gt;a{padding: 30px 30px 35px;}
	.d1&gt;p{width: 240px;height: 140;}
	.d1&gt;div{margin-left: 265px;}
	.ul15&gt;li{padding: 14px 10px;}
	.ul15&gt;li&gt;a{padding: 30px 30px 35px;}
	.k22&gt;div&gt;div:nth-child(1){padding: 40px 30px 70px;}
	.k22&gt;div&gt;div:nth-child(2){padding: 30px 30px 55px;}
	.k23{border:3px solid rgba(228, 234, 250, 1);padding: 20px 30px;}
	.l-lr10{padding-left: 10px;padding-right: 10px;}
	.p5{background:#E4EAFA url(../images/57.png) no-repeat 15px center/3px 24px;padding-left: 30px;height: 60px;line-height: 60px;}
	.ic5{background: url(../images/81.png) no-repeat left 12px/13px 13px;padding-left: 28px;}
	.d2&gt;div:nth-child(1){width: 310px;}
	.d2&gt;div:nth-child(2){margin-left: 330px;}
	.ic6{background: url(../images/81.png) no-repeat left center/13px 13px;padding-left: 28px;}
	.k24{border-radius: 6px;padding: 45px}
	.k25{padding: 25px 10px 70px;}
	.ul17&gt;li&gt;a&gt;div{height: 62px;line-height: 62px;padding-left: 25px;padding-right: 25px;}
	.k26{padding: 40px 10px 60px;}
	.ul18&gt;li{padding-top: 25px;padding-bottom: 25px;}
	.k28{padding: 60px 10px 170px}
	.tb7&gt;a{min-width:300px;height:56px;line-height: 56px;}
	.ul20&gt;li&gt;a{padding: 30px 25px 40px;}
	.ul20&gt;li&gt;a&gt;div&gt;p{height: 72px;line-height: 36px;}
	.btn8{margin-top: 110px;width: 170px;height: 46px;line-height: 46px;border-radius: 23px;font-size: 18px;}
	.img16{width: 150px;}
	.ul21&gt;li{padding-top: 25px;padding-bottom: 25px;}
	.ul22&gt;li:nth-child(n+2){margin-top: 30px;}
	.ul22&gt;li&gt;p{width: 55px;}
	.ul22&gt;li&gt;div{margin-left: 75px;}
	.k29{padding: 55px 10px 70px;}
	.p8{height: 112px;line-height: 28px;}
	.k40&gt;div&gt;div{min-height: 730px;}
	.k31{padding: 60px 10px 110px;}
	.k31-1&gt;.leMen2{padding: 0 15px;}
	.k31-2&gt;div{padding: 0 15px;}
	.leMen2&gt;p{height: 60px;line-height: 60px;}
	.p9{height: 66px;line-height: 66px;}
	.ic10{background: url(../images/105.png) no-repeat left center/24px 24px;padding-left: 30px;height: 24px;line-height: 24px;}
	.ul25{padding-left: 30px;}
	.ul25&gt;li{margin-top: 25px;}
	.ul25&gt;li&gt;p{width: 26px;}
	.ul25&gt;li&gt;div{margin-left: 26px;}
	.p10{font-size: 17px;height: 136px;line-height: 34px;}
	.ul27&gt;li&gt;a&gt;img{width: 180px;}
	.ul29&gt;li:nth-child(n+2){margin-top: 30px;}
	.k35-2{padding: 47px 10px 40px;}
	.k36{padding: 36px 15px 30px;}
	.ul30&gt;li{padding: 30px 0;}
	.k41{padding: 50px 10px 30px;}
	.ul30&gt;li&gt;a&gt;p{height: 270px;}
	.k42{padding: 50px 10px 35px;}
	.ul31{padding-top: 30px 0;}
	.ul31&gt;li{padding: 30px 0;}
	.ul31&gt;li&gt;a&gt;p{border: 10px solid #fff;height: 270px;}
	.k43{padding: 60px 10px 55px;}
	.k44{padding: 65px 10px;}
	.ks1{padding: 30px 55px;}
	.tb9&gt;a{padding: 8px;}
	.k37-1{height: 80px;line-height: 80px;}
	.k37-2{padding: 30px;}
	.img17{width: 220px;height: 220px;}
	/* 240422start */
	/* .k37-3&gt;div:nth-child(n+2){margin-left: 65px;} */
	/* 240422end */
	.k45{padding: 70px 10px 70px;}
	.k46{padding: 60px 10px 60px;}
	.k47{padding: 60px 10px 90px;}
	.kp{padding-right: 20px;padding-bottom: 20px;height: 270px;}
	.p11{overflow: hidden;height: 196px;line-height: 28px;}
	.img20{width: 88%;}
	.p80{line-height: 30px;height: 60px;}
	.video-ul&gt;li{margin-top: 30px;}
	.videoed { width:76px; height:76px;}
	.ul83&gt;li{padding-top: 40px;padding-bottom: 40px;}
	.ul83&gt;li&gt;p{width: 260px;}
	.ul83&gt;li&gt;div{margin-left: 300px;}
	.btn20{width: 120px;height: 42px;line-height: 42px;border-radius: 21px;}
	
}
@media (max-width: 1230px) {
	.huangDong{width: 34px;}
	.img1{width: 430px;}
	.img2{width: 120px;}
	.k2-1{position: absolute;left: 0;top: 135px;
		width: -moz-calc(50% - 220px);
		width: -webkit-calc(50% - 220px); 
		width: -o-calc(50% - 220px);
		width: -ms-calc(50% - 220px);
		width: calc(50% - 220px);
	}
	.k2-2{position: absolute;right: 0;top: 115px;
		width: -moz-calc(50% - 220px);
		width: -webkit-calc(50% - 220px); 
		width: -o-calc(50% - 220px);
		width: -ms-calc(50% - 220px);
		width: calc(50% - 220px);
	}
	.k4{padding: 30px 5px 25px;}
	.p1{height: 56px;}
	.fot22&gt;div:nth-child(1){padding-right: 30px;}
	.fot22&gt;div:nth-child(2){padding-left: 30px;}
	.img5{width: 100px;}
	.slideBox .pc li a{height: 600px;}
	.banner{padding: 140px 15px 145px;}
    .banner_xwxq{padding: 120px 15px 90px;}
	.p3{height: 48px;line-height: 24px;}
	.img7{width: 40px;}
	.btn2{width: 55px;height: 55px;}
	.ul06&gt;li&gt;a&gt;div{margin-left: 23%;padding: 18px 30px 18px 0;}
	.p3{height: 48px;line-height: 24px;}
	.tb3&gt;a{height:40px;line-height: 40px;border-radius:5px;padding: 0 30px;}
	.tb3&gt;a:nth-child(n+2){margin-left: 10px;}
	.tb3&gt;a.active{height:40px;line-height: 40px;}
	.timCen{padding: 80px 70px 70px;}
	.tim{height: 170px;}
	.k9-1 .swiper-slide&gt;.tim&gt;.tim1{width: 128px;height: 128px;background:#fff url(../images/33.png) no-repeat center center/128px 128px;font-size: 30px;}
	.k9-1 .swiper-slide.swiper-slide-active&gt;.tim&gt;.tim1{width: 170px;height: 170px;background:#fff url(../images/34.png) no-repeat center center/170px 170px;font-size: 36px;}
	.k10-11{height: 280px;padding-right: 20px;padding-bottom: 20px;}
	.ul09&gt;li{padding-top: 20px;padding-bottom: 20px;}
	.ul09&gt;li&gt;a&gt;p{width: 300px;height: 175px;}
	.ul09&gt;li&gt;a&gt;div{margin-left: 320px;}
	.k14{padding: 30px 10px 50px;}
	.leMen{border: 3px solid #e4eafa;padding: 15px 12px 20px;}
	.k14-11{width: 280px;}
	.k14-12{margin-left: 300px;}
	.ul10&gt;li:hover&gt;a{background: url(../images/48.png) no-repeat right center/8px 11px;}
	.img8{width: 170px;}
	.k15{padding: 45px 0 35px;}
	.k16{padding: 40px 10px 60px;}
	.ic3{background: url(../images/57.png) no-repeat left center/3px 28px;padding-left: 20px;}
	.m-lr20{padding-left: 20px;padding-right: 20px;}
	.k15-1{padding-left: 60px;padding-right: 60px;}
	.k15-1 .swiper-slide&gt;.pic{height: 240px;}
	.k15-1 .swiper-slide&gt;.pic&gt;p{width: 180px;height: 180px;}
	.k15-1 .swiper-slide.swiper-slide-active&gt;.pic&gt;p{width: 240px;height: 240px;}
	.cen2{padding: 25px 45px 20px;}
	.p4{background:#e4eafa url(../images/58.png) no-repeat 20px center;padding-left: 47px;height: 50px;line-height: 50px;}
	.img4{width: 240px;}
	.img40{width: 32px;}
	.k17{border: 3px solid #e4eafa;padding: 30px 30px;}
	.ul12&gt;li:nth-child(n+2){margin-top: 15px;}
	.ul14&gt;li{padding: 10px 10px;}
	.ul14&gt;li&gt;a{padding: 25px 20px 25px;}
	.d1&gt;p{width: 160px;height: 116px;}
	.d1&gt;div{margin-left: 180px;}
	.ul15&gt;li{padding: 10px 10px;}
	.ul15&gt;li&gt;a{padding: 25px 20px 25px;}
	.k22&gt;div&gt;div:nth-child(1){padding: 30px 20px 50px;}
	.k22&gt;div&gt;div:nth-child(2){padding: 25px 20px 40px;}
	.k23{border:2px solid rgba(228, 234, 250, 1);padding: 15px 20px;}
	.p5{background:#E4EAFA url(../images/57.png) no-repeat 10px center/2px 20px;padding-left: 20px;height: 50px;line-height: 50px;}
	.p5{background:#E4EAFA url(../images/57.png) no-repeat 15px center/3px 24px;padding-left: 30px;height: 60px;line-height: 60px;}
	.ic5{background: url(../images/81.png) no-repeat left 9px/11px 11px;padding-left: 25px;}
	.d2&gt;div:nth-child(1){width: 280px;}
	.d2&gt;div:nth-child(2){margin-left: 300px;}
	.ic6{background: url(../images/81.png) no-repeat left center/11px 11px;padding-left: 25px;}
	.k24{border-radius: 5px;padding: 35px}
	.k25{padding: 20px 10px 50px;}
	.ul17&gt;li&gt;a&gt;div{height: 52px;line-height: 52px;padding-left: 20px;padding-right: 20px;}
	.k26{padding: 30px 10px 40px;}
	.ul18&gt;li{padding-top: 20px;padding-bottom: 20px;}
	.k28{padding: 45px 10px 120px}
	.tb7&gt;a{min-width:240px; padding:0 15px; height:48px;line-height: 48px;}
	.ul20&gt;li&gt;a{padding: 25px 20px 30px;}
	.ul20&gt;li&gt;a&gt;div&gt;p{height: 56px;line-height: 28px;}
	.btn8{margin-top: 80px;width: 140px;height: 40px;line-height: 40px;border-radius: 20px;font-size: 16px;}
	.img16{width: 120px;}
	.ul21&gt;li{padding-top: 20px;padding-bottom: 20px;}
	.ul22&gt;li:nth-child(n+2){margin-top: 20px;}
	.k29{padding: 40px 10px 50px;}
	.p8{height: 96px;line-height: 24px;}
	.k40&gt;div&gt;div{min-height: 630px;}
	.k31{padding: 45px 10px 80px;}
	.k31-1&gt;.leMen2{border: 2px solid #E4EAFA;}
	.k31-1&gt;.leMen2,
	.k31-2&gt;div{padding: 0 15px;border: 2px solid #E4EAFA;}
	.leMen2&gt;p{height: 50px;line-height: 50px;}
	.p9{height: 54px;line-height: 54px;}
	.ic10{background: url(../images/105.png) no-repeat left center/20px 20px;padding-left: 26px;}
	.ul25{padding-left: 26px;}
	.ul25&gt;li{margin-top: 20px;}
	.ul25&gt;li&gt;p{width: 22px;}
	.ul25&gt;li&gt;div{margin-left: 22px;}
	.p10{font-size: 16px;height: 120px;line-height: 30px;}
	.ul27&gt;li&gt;a&gt;img{width: 150px;}
	.ul29&gt;li:nth-child(n+2){margin-top: 20px;}
	.k35-2{padding: 33px 10px 30px;}
	.k36{padding: 24px 15px 20px;}
	.w480{width: 380px;}
	.ipt1{height: 46px;line-height: 46px;border-radius: 6px;padding-left: 20px;}
	.textarea1{padding-left: 20px;padding-right: 20px;}
	.submit{height: 46px;line-height: 46px;border-radius: 23px;}
	.ul30&gt;li{padding: 25px 0;}
	.k41{padding: 35px 10px 25px;}
	.ul30&gt;li&gt;a&gt;p{height: 255px;}
	.k42{padding: 40px 10px 30px;}
	.ul31{padding-top: 25px 0;}
	.ul31&gt;li{padding: 20px 0;}
	.ul31&gt;li&gt;a&gt;p{border: 8px solid #fff;height: 220px;}
	.k43{padding: 45px 10px 45px;}
	.k44{padding: 50px 10px;}
	.ks1{padding: 25px 40px;}
	.tb9&gt;a{padding: 6px;}
	.k37-1{height: 70px;line-height: 70px;}
	.k37-2{padding: 20px;}
	.img17{width: 190px;height: 190px;}
	/* 240422start */
	/* .k37-3&gt;div:nth-child(n+2){margin-left: 50px;} */
	/* 240422end */
	.k45{padding: 50px 10px 50px;}
	.k46{padding: 50px 10px 50px;}
	.k47{padding: 50px 10px 60px;}
	.kp{padding-right: 15px;padding-bottom: 15px;height: 240px;}
	.p11{overflow: hidden;height: 182px;line-height: 26px;}
	.p80{line-height: 26px;height: 52px;}
	.video-ul&gt;li{margin-top: 20px;}
	.videoed { width:66px; height:66px;}
	.ul83&gt;li{padding-top: 25px;padding-bottom: 25px;}
	.btn20{width: 100px;height: 38px;line-height: 38px;border-radius: 19px;}
	.ul83&gt;li&gt;p{width: 220px;}
	.ul83&gt;li&gt;div{margin-left: 220px;}
	
	.ul08&gt;li&gt;a{background: url(../images/28_1.png) no-repeat left 18px;padding-left: 30px;}
}
@media (max-width: 991px) {
	.huangDong{width: 30px;}
	.img1{width: 300px;}
	.img2{width: 90px;}
	.k2-1{position: absolute;left: 0;top: 95px;
		width: -moz-calc(50% - 160px);
		width: -webkit-calc(50% - 160px); 
		width: -o-calc(50% - 160px);
		width: -ms-calc(50% - 160px);
		width: calc(50% - 160px);
	}
	.k2-2{position: absolute;right: 0;top: 75px;
		width: -moz-calc(50% - 160px);
		width: -webkit-calc(50% -160px); 
		width: -o-calc(50% - 160px);
		width: -ms-calc(50% - 160px);
		width: calc(50% - 160px);
	}
	.img3{width: 32px;}
	.img40{width: 32px;}
	.k4{padding: 20px 5px 20px;}
	.ul03&gt;li&gt;a&gt;div{padding: 25px 20px 15px;}
	.p1{height: 48px;}
	.ul05&gt;li{padding: 0 10px;}
	.fot2{border-top: none!important;margin-top: 0;}
	.fot2&gt;div{float: none;}
	.fot22{margin-top: 20px;}
	.fot22&gt;div:nth-child(1){padding-right: 0;width: 50%;}
	.fot22&gt;div:nth-child(2){padding-left: 0;width: 50%;overflow: hidden;}
	.fot22&gt;div:nth-child(2)&gt;a{margin-left: auto;margin-right: auto;display: block;}
	.slideBox .pc li a{height: 485px;}
	.banner{padding: 100px 15px 105px;}
    .banner_xwxq{padding: 90px 15px 70px;}
	.img7{width: 30px;}
	.btn2{width: 40px;height: 40px;}
	.ul06&gt;li&gt;a&gt;div{margin-left: 23%;padding: 12px 20px 12px 0;}
	.p3{height: 40px;line-height: 20px;}
	.tb3&gt;a{height:36px;line-height: 36px;border-radius:4px;padding: 0 20px;}
	.tb3&gt;a:nth-child(n+2){margin-left: 8px;}
	.tb3&gt;a.active{height:36px;line-height: 36px;}
	.timCen{padding: 50px 40px 40px;}
	.tim{height: 132px;}
	.k9-1 .swiper-slide&gt;.tim&gt;.tim1{width: 100px;height: 100px;background:#fff url(../images/33.png) no-repeat center center/100px 100px;font-size: 22px;}
	.k9-1 .swiper-slide.swiper-slide-active&gt;.tim&gt;.tim1{width: 132px;height: 132px;background:#fff url(../images/34.png) no-repeat center center/132px 132px;font-size: 30px;}
	.k10-11{height: 220px;padding-right: 15px;padding-bottom: 15px;}
	.ul09&gt;li{padding-top: 15px;padding-bottom: 15px;}
	.ul09&gt;li&gt;a&gt;p{width: 200px;height: 120px;}
	.ul09&gt;li&gt;a&gt;div{margin-left: 215px;}
	.ic2{background: url(../images/44.png) no-repeat left center/16px 16px;padding-left: 22px;height: 18px;line-height: 18px;}
	.k14{padding: 25px 10px 35px;}
	.k14-11{width: 240px;}
	.k14-12{margin-left: 255px;}
	.ul10&gt;li:hover&gt;a{background: url(../images/48.png) no-repeat right center/7px 10px;}
	.img8{width: 140px;}
	.k15{padding: 30px 0 30px;}
    .k15.k15_pf {padding: 67px 0 10px;}
	.k16{padding: 30px 10px 40px;}
	.ic3{background: url(../images/57.png) no-repeat left center/2px 20px;padding-left: 10px;}
	.s-lr10{padding-left: 10px;padding-right: 10px;}
	.cen2{padding: 20px 15px 20px;}
	.p4{background:#e4eafa url(../images/58.png) no-repeat 10px center;padding-left: 35px;height: 40px;line-height: 40px;}
	.k17{border: 3px solid #e4eafa;padding: 20px 20px;}
	.k18&gt;div{float: none;width: 100%;}
	.k18&gt;div:nth-child(2){margin-top: 15px;}
	.ul14&gt;li{padding: 8px 10px;}
	.ul14&gt;li&gt;a{padding: 15px 15px 15px;}
	.d1&gt;p{width: 120px;height: 96px;}
	.d1&gt;div{margin-left: 135px;}
	.ul15&gt;li{padding: 8px 10px;}
	.ul15&gt;li&gt;a{padding: 15px 15px 15px;}
	.k22&gt;div&gt;div:nth-child(1){padding: 20px 10px 30px;}
	.k22&gt;div&gt;div:nth-child(2){padding: 20px 10px 30px;}
	.k23{padding: 15px 10px;}
	.p5{background:#E4EAFA url(../images/57.png) no-repeat 10px center/2px 16px;padding-left: 20px;height: 50px;line-height: 50px;}
	.ic5{background: url(../images/81.png) no-repeat left 8px/9px 9px;padding-left: 20px;}
	.d2&gt;div:nth-child(1){width: 240px;}
	.d2&gt;div:nth-child(2){margin-left: 255px;}
	.ic6{background: url(../images/81.png) no-repeat left center/9px 9px;padding-left: 20px;}
	.k24{border-radius: 4px;padding: 25px}
	.k25{padding: 15px 10px 30px;}
	.ul17&gt;li&gt;a&gt;div{height: 42px;line-height: 42px;padding-left: 15px;padding-right: 15px;}
	.k26{padding: 20px 10px 30px;}
	.ul18&gt;li{padding-top: 15px;padding-bottom: 15px;}
	.k28{padding: 30px 10px 70px}
	.tb7&gt;a{min-width:220px;height:40px;line-height: 40px;}
	.ul20&gt;li&gt;a{padding: 20px 15px 25px;}
	.ul20&gt;li&gt;a&gt;div&gt;p{height: 48px;line-height: 24px;}
	.btn8{margin-top: 50px;width: 120px;height: 36px;line-height: 36px;border-radius: 18px;font-size: 14px;}
	.img16{width: 100px;}
	.ul21&gt;li{padding-top: 15px;padding-bottom: 15px;}
	.btn9{width: 100px;height: 32px;line-height: 32px;border-radius: 16px;}
	.ul22&gt;li:nth-child(n+2){margin-top: 10px;}
	.ul22&gt;li&gt;p{width: 45px;}
	.ul22&gt;li&gt;div{margin-left: 60px;}
	.k29{padding: 30px 10px 30px;}
	.p8{height: 80px;line-height: 20px;}
	.k40&gt;div&gt;div{min-height: auto!important;}
	.k31{padding: 30px 10px 50px;}
	.k31-1&gt;.leMen2,
	.k31-2&gt;div{padding: 0 10px;}
	.leMen2&gt;p{height: 40px;line-height: 40px;}
	.p9{height: 42px;line-height: 42px;}
	.ic10{background: url(../images/105.png) no-repeat left center/16px 16px;padding-left: 22px;height: 20px;line-height: 20px;}
	.ul25{padding-left: 22px;}
	.ul25&gt;li{margin-top: 15px;}
	.ul25&gt;li&gt;p{width: 18px;}
	.ul25&gt;li&gt;div{margin-left: 18px;}
	.p10{font-size: 15px;height: 104px;line-height: 26px;}
	.ul27&gt;li&gt;a&gt;img{width: 120px;}
	.ul29&gt;li:nth-child(n+2){margin-top: 15px;}
	.k35-2{padding: 20px 10px 20px;}
	.k36{padding: 20px 10px 20px;}
	.w480{width: 80%;}
	.ipt1{height: 40px;line-height: 40px;border-radius: 4px;padding-left: 15px;}
	.textarea1{padding-left: 15px;padding-right: 15px;border-radius: 4px;}
	.submit{height: 40px;line-height: 40px;border-radius: 20px;}
	.ul30&gt;li{padding: 15px 0;}
	.k41{padding: 20px 10px 20px;}
	.ul30&gt;li&gt;a&gt;p{height: 230px;}
	.k42{padding: 30px 10px 25px;}
	.ul31{padding-top: 20px 0;}
	.ul31&gt;li{padding: 15px 0;}
	.ul31&gt;li&gt;a&gt;p{border: 5px solid #fff;height: 180px;}
	.k43{padding: 30px 10px 30px;}
	.k44{padding: 30px 10px;}
	.ks1{padding: 20px 25px;}
	.tb9&gt;a{padding: 4px;}
	.k37-1{height: 55px;line-height: 55px;}
	.k37-2{padding: 15px;}
	.img17{width: 160px;height: 160px;}
	/* 240422start */
	/* .k37-3&gt;div:nth-child(n+2){margin-left: 35px;} */
	/* 240422end */
	.k45{padding: 30px 10px 30px;}
	.k46{padding: 30px 10px 30px;}
	.k47{padding: 30px 10px 30px;}
	.kp{padding-right: 10px;padding-bottom: 10px;height: 210px;}
	.p11{overflow: hidden;height: 168px;line-height: 24px;}
	.p80{line-height: 24px;height: 48px;}
	.video-ul&gt;li{margin-top: 15px;}
	.videoed { width:56px; height:56px;}
	.ul83&gt;li{padding-top: 10px;padding-bottom: 10px;}
	.ul83&gt;li&gt;p{width: 160px;}
	.ul83&gt;li&gt;div{margin-left: 180px;padding-left: 0;}
	.ul08&gt;li&gt;a{background: url(../images/28_1.png) no-repeat left 12px;padding-left: 30px;}
}
@media (max-width: 767px) {
	.huangDong{width: 24px; display:none;}
	.k2{padding: 20px 10px;}
	.img1{width: 180px;}
	.img2{width: 60px;}
	.img40{width: 24px;}
	.k2-1{position: absolute;left: 0;top: 55px;
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px); 
		width: -o-calc(50% - 100px);
		width: -ms-calc(50% - 100px);
		width: calc(50% - 100px);
	}
	.k2-2{position: absolute;right: 0;top: 25px;
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% -100px); 
		width: -o-calc(50% - 100px);
		width: -ms-calc(50% - 100px);
		width: calc(50% - 100px);
	}
	.img3{width: 28px;}
	.tb1{padding-top: 12px;}
	.tb1&gt;a{padding-bottom: 6px;}
	.tb1&gt;a:nth-child(n+2){margin-left: 15px;}
	.tb1&gt;a.active:before{height: 1px;}
	.ul03&gt;li{width: 100%;margin-right: 0;}
	.ul03&gt;li&gt;a&gt;div{padding: 20px 20px 15px;}
	.ic1{background: url(../images/12.png) no-repeat left center/14px 14px;padding-left: 24px;height: 24px;line-height: 24px;}
	.img4{width: 24px;}
	.fot1&gt;div{float: none;width: 100%;}
	.fot1&gt;div:nth-child(n+2){margin-top: 15px;}
	.fot1&gt;div&gt;div{float: none;}
	.fot1&gt;div&gt;p,
	.fot1&gt;div&gt;div&gt;p{text-align: center;}
	.ul04{text-align: center;font-size: 0;}
	.ul04&gt;li{float: none;display: inline-block;margin-left: 5px;margin-right: 5px;}
	.ul05{font-size: 0;text-align: center;}
	.ul05&gt;li{float: none;display: inline-block;}
	.slideBox .pc li a{height: 375px;}
	.banner{padding: 80px 15px 85px;}
    .banner_xwxq{padding: 80px 15px 60px;}
	.p3{height: 40px;line-height: 20px;}
	.img7{width: 25px;}
    .ul06 &gt; li &gt; a{height:auto !important;}
	.ul06&gt;li&gt;a&gt;p{width: 90px;}
	.ul06&gt;li&gt;a&gt;p&gt;img{width: 86%;}
	.ul06&gt;li&gt;a&gt;div{margin-left: 100px;padding: 6px 10px 6px 0;}
	.tb3&gt;a{height:30px;line-height: 30px;padding: 0 6px;}
	.tb3&gt;a:nth-child(n+2){margin-left: 5px;}
	.tb3&gt;a.active{height:30px;line-height: 30px;}
	#swiper2,#swiper3{padding-bottom: 40px;}
	.timCen{padding: 25px 20px 20px;}
	.tim{height: 104px;}
	.k9-1 .swiper-slide&gt;.tim&gt;.tim1{width: 78px;height: 78px;background:#fff url(../images/33.png) no-repeat center center/78px 78px;font-size: 22px;}
	.k9-1 .swiper-slide.swiper-slide-active&gt;.tim&gt;.tim1{width: 104px;height: 104px;background:#fff url(../images/34.png) no-repeat center center/104px 104px;font-size: 30px;}
	.k9-1{padding-left: 36px;padding-right: 36px;}
	.k9-1:before{left: 38px;right: 38px; height: 2px;}
	.k9-1 .arrow-left,
	.k9-1 .arrow-right {width: 33px;height: 33px;margin-top: -17px;background-size: 33px 33px;}
	.k9-1 .arrow-left{background: url(../images/27-1b.png) no-repeat center center/33px 33px;}
	.k9-1 .arrow-right{background: url(../images/27-2b.png) no-repeat center center/33px 33px;}
	.k9-1 .arrow-left:hover{background: url(../images/27-1.png) no-repeat center center/33px 33px;}
	.k9-1 .arrow-right:hover{background: url(../images/27-2.png) no-repeat center center/33px 33px;}
	.k10-11{height: 150px;padding-right: 10px;padding-bottom: 10px;}
	.k11-1{height: 52px;padding-left: 30px;padding-right: 30px;}
	.k11-1:before{left: 10px;width: auto;right: 10px; height: 2px;background-color: #eaeefb;top: 13px;}
	.k11-1 .arrow-left,
	.k11-1 .arrow-right {width: 28px;height: 28px;background-size: 28px 28px;}
	.k11-1 .arrow-left{background: url(../images/40.jpg) no-repeat center center/28px 28px;}
	.k11-1 .arrow-right{background: url(../images/40b.png) no-repeat center center/28px 28px;}
	.txt1{height: 70px;position: relative;width: 100%; padding-top: 6px;}
	.k11-1 .swiper-slide&gt;.txt1&gt;span{background: url(../images/41.png) no-repeat center center/16px 16px;height: 16px;}
	.k11-1 .swiper-slide&gt;.txt1&gt;p{color: #b8b8b8;text-align: center;}
	.k11-1 .swiper-slide.swiper-slide-active&gt;.txt1&gt;span{display: block;background: url(../images/42.png) no-repeat center center/16px 16px;width: 100%;height: 16px;}
	.ul09&gt;li{padding-top: 10px;padding-bottom: 10px;}
	.ul09&gt;li&gt;a&gt;p{width: 110px;height: 110px;}
	.ul09&gt;li&gt;a&gt;div{margin-left: 120px;}
	.k21-1{padding: 10px 10px;}
	.vtit{padding: 10px 10px;}
	.k13{padding: 20px 10px 20px;}
	.btn3{width: 100%;height: 36px;line-height: 36px;border-radius: 18px;}
	.k14{padding: 20px 10px 20px;}
	.tb5&gt;a{padding: 7px 10px;}
	.tb5&gt;a:nth-child(n+2){margin-left: 5px;}
	.leMen{border: 1px solid #e4eafa;padding: 10px 10px 0px;position: absolute;z-index: 10;width: 100%;left: 0;top: 0;z-index: 40;}
	.leMen&gt;p{background: url(../images/53.png) no-repeat right 5px/10px 7px;cursor: pointer;}
	.leMen&gt;p.curr{background: url(../images/53b.png) no-repeat right 5px/10px 7px;}
	.k14-11{width: 100%;float: none;height: 38px;}
	.k14-12{margin-left: 0;margin-top: 15px;}
	.ul10{display: none;}
	.k14-15{padding-left: 40px;padding-right: 40px;}
	.k14-15 .arrow-left,
	.k14-15 .arrow-right {width: 36px;height: 36px;; margin-top: -18px;background-size: 36px 36px}
	.k14-15 .arrow-left{background: url(../images/52-1.png) no-repeat center center/36px 36px;left: 0;right: auto;}
	.k14-15 .arrow-right{background: url(../images/52-2.png) no-repeat center center/36px 36px;right: 0;left: auto;}
	.btn4{width: 100px;height: 32px;line-height: 32px;text-align: center;color: #fff;background-color: #042a72;border-radius: 18px;}
	.img8{width: 120px;}
	.k15{padding: 20px 10px 20px;}
	.k16{padding: 20px 10px 20px;}
	.ic3{background: url(../images/57.png) no-repeat left center/2px 16px;}
	.k15-1{padding-left: 45px;padding-right: 45px;}
	.k15-1 .swiper-slide&gt;.pic{height: 160px;}
	.k15-1 .swiper-slide&gt;.pic&gt;p{width: 120px;height: 120px;}
	.k15-1 .swiper-slide.swiper-slide-active&gt;.pic&gt;p{width: 160px;height: 160px;}
	.k15-1 .arrow-left,
	.k15-1 .arrow-right {width: 36px;height: 36px;; margin-top: -18px;background-size: 36px 36px;}
	.k15-1 .arrow-left{background: url(../images/59-1.png) no-repeat center center/36px 36px;}
	.k15-1 .arrow-right{background: url(../images/59-2.png) no-repeat center center/36px 36px;}
	.k15-1 .arrow-left2,
	.k15-1 .arrow-right2 {width: 36px;height: 36px;; margin-top: -18px;background-size: 36px 36px;}
	.k15-1 .arrow-left2{background: url(../images/59-1.png) no-repeat center center/36px 36px;}
	.k15-1 .arrow-right2{background: url(../images/59-2.png) no-repeat center center/36px 36px;}
	.cen2{border: 2px solid #e4eafa;border-radius: 5px;}
	.cen2:before{background: url(../images/72.png) no-repeat center center/21px 19px;width: 21px;height: 19px;left: 50%;transform: translateX(-50%);top: -18px;}
	.pdt26{padding-top: 26px;}
	.img4{width: 160px;}
	.k17{border: 1px solid #e4eafa;padding: 15px 10px;}
	.ul14&gt;li{padding: 6px 10px;}
	.ul14&gt;li&gt;a{padding: 15px 10px 15px;}
	.d1&gt;p{width: 80px;height: 76px;}
	.d1&gt;div{margin-left: 90px;}
	.btn5{width:80px;height:32px;line-height: 32px;}
	.k22{padding: 20px 10px 25px;}
	.k22&gt;div&gt;div:nth-child(1){padding: 15px 10px 20px;}
	.k22&gt;div&gt;div:nth-child(2){padding: 15px 10px 20px;}
	.ic5{background: url(../images/81.png) no-repeat left 10px/7px 7px;padding-left: 15px;}
	.d2&gt;div:nth-child(1){width: 100%;float: none;}
	.d2&gt;div:nth-child(2){margin-left: 0;margin-top: 15px;}
	.ic6{background: url(../images/81.png) no-repeat left center/7px 7px;padding-left: 15px;}
	.k24{padding: 15px 10px}
	.k25{padding: 15px 10px 20px;}
	.ul17&gt;li&gt;a&gt;div{height: 38px;line-height: 38px;padding-left: 10px;padding-right: 10px;}
	.k26{padding: 20px 10px 20px;}
	.ic7{background: url(../images/87-2.png) no-repeat left center/16px 16px;padding-left: 21px;}
	.ic8{background: url(../images/87-1.png) no-repeat left center/16px 16px;padding-left: 21px;}
	.ul18&gt;li{padding-top: 10px;padding-bottom: 10px;}
	.ul18&gt;li&gt;div{padding: 5px;background: url(../images/86.png) no-repeat right center/20px 20px;padding-right: 25px;}
	.ul18&gt;li&gt;div&gt;a&gt;p{width: 120px;}
	.ul18&gt;li&gt;div&gt;a&gt;div{margin-left: 130px;}
	.k28{padding: 20px 10px 40px}
	.tb7&gt;a{width:auto;height:36px;line-height: 36px;padding: 0 15px; min-width:initial;}
	.tb7&gt;a:nth-child(n+2){margin-left: 8px;}
	.ul20&gt;li&gt;a{padding: 20px 10px 20px;}
	.img16{width: 80px;}
	.btn8{margin-top: 30px;}
	.ul21&gt;li{padding-top: 10px;padding-bottom: 10px;}
	.p6{background: url(../images/95.png) no-repeat left center/14px 14px;padding-left: 24px;height: 16px;line-height: 16px;}
	.ul21&gt;li&gt;div&gt;div{margin-right: 0;}
	.d5&gt;div{float: none;width: 100%;}
	.d5&gt;div:nth-child(2){margin-top: 15px;}
	.ul22&gt;li&gt;p{width: 35px;padding-top: 3px;}
	.ul22&gt;li&gt;div{margin-left: 45px;}
	.k29{padding: 20px 10px 20px;}
	.k31{padding: 20px 10px 20px;}
	.k31-1&gt;.leMen2,
	.k31-2&gt;div{border: 1px solid #E4EAFA;}
	.k31-1{width: 100%;float: none; padding: 0 10px 0;height: 40px;}
	.k31-1&gt;.leMen2{padding: 0 10px 0;height: auto;}
	.k31-1&gt;.leMen2&gt;p{background: url(../images/53.png) no-repeat right center/11px 8px;height: 40px;line-height: 40px;}
	.k31-1&gt;.leMen2&gt;p.curr{background: url(../images/53b.png) no-repeat right center/11px 8px;height: 40px;line-height: 40px;}
	.k31-2{width: 100%;float: none;margin-top: 15px;}
	.leMen2{width: 100%;position: absolute;left: 0;top: 0;}
	.ul24{padding-top: 5px;display: none;}
	.ul24&gt;li{padding-top: 10px;padding-bottom: 10px;}
	.ul24&gt;li&gt;a{padding-right: 20px;}
	.ul24&gt;li:hover&gt;a{background: url(../images/103.png) no-repeat right center/8px 11px;}
	.ul24&gt;li&gt;a&gt;p{padding-left: 18px}
	.ul24&gt;li&gt;a&gt;p:nth-child(1){background: url(../images/28_1.png) no-repeat left center/10px 10px;}
	.p9{height: 40px;line-height: 40px;}
	.ic9{background: url(../images/104.png) no-repeat left center/15px 15px;padding-left: 20px;}
	.btn10{width:100px;height:36px;line-height: 36px;border-radius:3px;}
	.btn10:hover{border-radius: 18px;}
	.k32{padding: 20px 10px 8.8%;}
	.p10{font-size: 13px;height: 88px;line-height: 22px;}
	.ul27&gt;li&gt;a&gt;img{width: 90px;}
	.ul29&gt;li:nth-child(n+2){margin-top: 10px;}
	.k35-1&gt;div{float: none;width: 100%;}
	.k35-1&gt;div:nth-child(2){padding-top: 15px;}
	.k36&gt;div{float: none;width: 100%;}
	.k36&gt;div:nth-child(2){padding-top: 15px;background: none}
	.w480{width: 90%;}
	.ipt1{height:36px;line-height: 36px;padding-left: 10px;}
	.textarea1{padding-left: 10px;padding-right: 10px;}
	.submit{height: 36px;line-height: 36px;border-radius: 18px;}
	.ul30&gt;li{padding: 10px 0;}
	.ul30&gt;li&gt;a&gt;p{height: 180px;float: none;width: 100%;}
	.ul30&gt;li&gt;a&gt;div{margin-left: 0;}
	.k42{padding: 20px 10px 20px;}
	.ul31{padding-top: 10px 0;}
	.ul31&gt;li{padding: 10px 0;}
	.ul31&gt;li&gt;a&gt;p{border: 2px solid #fff;height: 160px;float: none;width: 100%;}
	.ul31&gt;li&gt;a&gt;div{margin-left: 0;}
	.ic4{background: url(../images/58.png) no-repeat left center/10px 10px;padding-left: 20px;}
	.k43{padding: 20px 10px 20px;}
	.k44{padding: 20px 10px;}
	.tb9{padding-bottom: 25px;}
	.tb9&gt;a.active:before{bottom: -27px;background: url(../images/123.png) no-repeat center center/18px 14px;width: 100%;height: 14px;}
	.ks1{padding: 10px 15px;}
	.tb9&gt;a&gt;div&gt;div{padding-left: 5px;padding-right: 5px;}
	.k37-1{height: 40px;line-height: 40px;}
	.k37-2{padding: 15px 10px;}
	.img17{width: 120px;height: 120px;}
	.btn11{width: 100px;height: 32px;line-height: 32px;border-radius: 16px;}
	/* 240422start */
	.zlfa .dinb{ width: 33.33%; margin-top:20px;}
	.zlfa .dinb:nth-child(3){ margin-top:20px;}
    .zlfa .k37-3&gt;div:nth-child(n+2){margin-left: 0px;}
	/*  */
	/* 240422end */

    .k37-3&gt;div:nth-child(n+2){margin-left: 20px;}
	.k45{padding: 20px 10px 20px;}
	.k46{padding: 20px 10px 20px;}
	.k47{padding: 20px 10px 20px;}
	.kp{height: 196px;}
	.p11{overflow: hidden;height: 154px;line-height: 22px;}
	.item2{width: 50%;}
	.img20{width: 60%;}
	.video-ul&gt;li{margin-top: 10px;}
	.videolist { width:100%; margin-right:0;}
	.btn20{width: 100px;height: 32px;line-height: 32px;border-radius: 16px;}
	.ul83&gt;li&gt;p{width: 120px;}
	.ul83&gt;li&gt;div{margin-left: 120px;}
	.ul08&gt;li&gt;a{background: url(../images/28_1.png) no-repeat left 13px/9px 10px;padding-left: 15px;}
}
@media (max-width: 576px) {
	.huangDong{width: 18px;}
	.ul01&gt;li{width: 100%;margin-right: 0;}
	.k2{padding: 20px 10px 55px;}
	.k2&gt;div&gt;div{padding-top: 20px;}
	.img1{width: 140px;}
	.img2{width: 50px;}
	.k2-1{position: absolute;left: 0;top: 60px;
		width: -moz-calc(50% - 73px);
		width: -webkit-calc(50% - 73px); 
		width: -o-calc(50% - 73px);
		width: -ms-calc(50% - 73px);
		width: calc(50% - 73px);
	}
	.k2-2{position: absolute;right: 0;top: 40px;
		width: -moz-calc(50% - 73px);
		width: -webkit-calc(50% -73px); 
		width: -o-calc(50% - 73px);
		width: -ms-calc(50% - 73px);
		width: calc(50% - 73px);
	}
	.xx-fs13{font-size: 13px;}
	.ul02&gt;li{width: 100%;margin-right: 0;}
	.footer{padding: 20px 20px 15px;}
	.p2{line-height: 30px;}
	.p2-1{background: url(../images/16-1.png) no-repeat left 8px/14px 14px;padding-left: 22px;}
	.p2-2{background: url(../images/16-2.png) no-repeat left 8px/13px 16px;padding-left: 22px;}
	.p2-3{background: url(../images/16-3.png) no-repeat left 8px/14px 14px;padding-left: 22px;}
	.img5{width: 50px;}
	.img6{width: 100px;}
	.slideBox .pc li a{height: 200px;}
	.banner{padding: 80px 15px 80px;}
    .banner_xwxq{padding: 80px 15px 50px;}
	.ul07&gt;li{width: 100%;margin-right: 0;}
	.k10-11{width: 100px;height: 134px;padding-right: 5px;padding-bottom: 5px;}
	.k10-12{width: 180px;}
	.k19&gt;div{width:100%;float: none;}
	.ul13&gt;li{width: 100%;margin-right: 0;float: none;}
	.ul17&gt;li{width: 100%;margin-right: 0;}
	.ul18&gt;li&gt;div&gt;a&gt;p{width: 120px;float: none;}
	.ul18&gt;li&gt;div&gt;a&gt;div{margin-left: 0;padding-top: 15px;}
	.ul18&gt;li&gt;div{padding: 5px;background: url(../images/86.png) no-repeat right 20px top/20px 20px;padding-right: 0px;}
	.ul19&gt;li{width: 100%;float: none;}
	.xx-pdt0{padding-top: 0;}
	.ul20&gt;li{width: 100%;margin-right: 0;}
	.ul23&gt;li{width: 100%;margin-right: 0;}
	.ul27&gt;li{width: 100%;float: none;}
	.img17{width: 50%;}
	.img18{width: 50%;}
	.tb9&gt;a&gt;div{height: 100px;}
	.tb9&gt;a{width: 48.5%;margin-right: 3%;margin-top: 3%;}
	.tb9&gt;a:nth-child(4n){margin-right: 3%;}
	.tb9&gt;a:nth-child(2n){margin-right: 0;}
	.tb9&gt;a.active:before{bottom: 5px;background: url(../images/123.png) no-repeat center center/15px 12px;width: 100%;height: 12px;}
	.img17{width: 90px;height: 90px;}
	.ul34&gt;li&gt;a&gt;p{width: 100%;float: none;height: 160px;}
	.ul34&gt;li&gt;a&gt;div{margin-left: 0;margin-right: 0;padding-left: 10px;padding-right: 10px;}
	.item2{width: 100%;}
	.ul82&gt;li{width: 100%;margin-right: 0;padding-top: 5px;}
	.ul83&gt;li&gt;p{width: 80px;padding-top: 10px;}
	.ul83&gt;li&gt;div{margin-left: 80px;}
	.btn20{width: 80px;height: 28px;line-height: 28px;border-radius: 14px;}
}



.div100&gt;img{border-radius: 50%;-moz-box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1)}




/*201024修改*/
.zhide1{height:60px; line-height:30px; overflow:hidden;}

.btn3{text-align: center;line-height: 30px; height:auto; background: #eef0f9;border-radius: 56px; padding:13px 10px;}
.z_btn{margin:10px 0 0 50px;}

@media (max-width: 1400px) {
.zhide1{height:50px; line-height:25px;}
}
@media (max-width: 1230px) {
.zhide1{height:46px; line-height:23px;}
.z_btn{margin:4px 0 0 40px;}
}

@media (max-width: 991px) {
.zhide1{height:40px;line-height:20px;}
}

@media (max-width: 768px) {
.zhide1{height:auto;}
.btn3{width: 100%; min-width:initial;line-height: 18px; height:auto; border-radius: 18px; padding:9px 5px;}
.z_btn{margin:4px 0 0 20px;}
}



.ul15 li div p.cor2b2c2f{text-align:justify}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /*src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/slick.woff') format('woff'), 
    url('../fonts/slick.ttf') format('truetype'), 
    url('../fonts/slick.svg#slick') format('svg');*/
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}





/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slide_banner{ width: 100%; position: relative; z-index: 1; line-height: 0;}
#obtn .slide_banner .slick-dots{ height:11px; bottom:30px; }
#obtn .slide_banner .slick-dots li{ width:11px; height:11px; margin:0 5px; text-align:center; text-indent:-9999px; overflow:hidden; vertical-align:top; position: relative; border:1px solid #fff;
    border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;
}
#obtn .slide_banner .slick-dots li.slick-active{background: #fff;}
#obtn .slide_banner .slick-prev,
#obtn .slide_banner .slick-next{width: 27px; height: 53px; left: 3.5%; opacity: 0.5; background: url("../images/prev.png") no-repeat center; background-size: 100% 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
#obtn .slide_banner .slick-next{left: auto; right: 3.5%; background: url("../images/next.png") no-repeat center;background-size: 100% 100%;}
#obtn .slide_banner .slick-prev:hover,
#obtn .slide_banner .slick-next:hover{opacity: 1;}


@media  screen and (max-width:767px){
    #obtn .slide_banner .slick-prev,
    #obtn .slide_banner .slick-next{width: 18px; height: 35px;}
    #obtn .slide_banner .slick-dots{bottom: 12px; height: 8px;}
    #obtn .slide_banner .slick-dots li{width: 8px; height: 8px;}
}


.visible-xs{
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }

  .bgpic1 .tit1 .cor404248 p br{display:none;}
  .k3.bgpic1 .cor404248 p br{display:none;}
}

/*211122*/
.imgPop{ display:none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999999;}
.imgPop2{/*height: 540px;*/ /*overflow: hidden;*/ width:680px; position: absolute; top: 50%; left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.imgPop2 .tp{ display: block; width: 100%; height:100%; position:relative; background:#fff; border-top-left-radius:10px; border-top-right-radius:10px; padding:38px 38px 23px 38px;}
.imgPop2 .tp .textcon{width:100%; height:330px; padding-right:10px; font-size:16px; line-height:30px; color:#555; overflow-y:auto; scrollbar-width:thin;}
.imgPop2 .close2{ width: 33px; height: 33px; background: url(/theme/cn/images/close.png) no-repeat center; background-size: cover; position: absolute; top: -24px; right: -34px;}

.imgPop2 .tp .checkbox{width:100%; margin-top:20px; padding-top:20px; border-top:1px solid #e5e5e5; position:relative; padding-left:30px;  font-size:16px; line-height:20px; color:#042a72;}
.imgPop2 .tp .checkbox b{display:block; cursor:pointer; position:absolute; left:0; top:20px; width:20px; height:20px; background:url(/Theme/cn/images/check1.png) no-repeat center center; }
.imgPop2 .tp .checkbox b.on{background:url(/Theme/cn/images/check2.png) no-repeat center center;}
.imgPop2 .button{width:100%; padding:23px 0; background:#f5f5f5; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.imgPop2 .button button{width:200px; height:48px; line-height:48px; margin:0 auto; display:block; background:#042a72; font-size:18px; color:#fff; border-radius:5px;}


@media screen and  (max-width:991px){
.imgPop2{ width: 80%;}
.imgPop2 .tp{padding:20px 20px 15px 20px;}
.imgPop2 .tp .textcon{font-size:14px; line-height:24px; height:264px;}
.imgPop2 .close2{ width: 25px; height: 25px; top:-26px; right:-22px;}

.imgPop2 .tp .checkbox{font-size:14px;}

.imgPop2 .button{padding:15px;}
.imgPop2 .button button{font-size:16px; line-height:40px; height:40px; width:160px;}
}

.rongyu_p{width:100%; padding-bottom:71.27%; position:relative;}
.rongyu_p span{position:absolute; left:0; top:0; display:block; width:100%; height:100%;}
.rongyu_p span img{display:block; margin:0 auto; height:100%; width:auto;}

#swiper3 .swiper-slide a{padding:0 12px; display:block; width:100%;}

.pf{position: fixed; bottom:50px; right: 10px; z-index:999;}
.pf_l{height: 52px;width: 52px;border-radius: 4px;display: block; background: url(../images/z_bj.png) no-repeat center center; background-size:cover;position: relative;cursor: pointer;}
.pf_l .pf-cont{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 52px;}
.pf_l .pf-cont img{width: 17px;}
.pf_l .pf-cont h4{font-size: 12px;color: #fff;line-height: 14px;margin-top:5px;}
.pf_l .content{padding: 0 30px;line-height: 52px;color:#fff;background: #094091;
border-radius: 30px;text-align: center;transition: all .5s ease;right: -400px;
position: absolute;top: 50%;transform: translate(0,-50%);}
.pf_l:hover .content{right: 65px;}
.pf_l.ewm .content{padding: 0;}
.pf_l.ewm .content .img{width: 120px;height: 120px;background: #fff;}
.pf_l.ewm .content img{width: 120px;height: 120px;}
@media (max-width: 1400px){
  .pf{right: 25px;}
}
@media (max-width: 1024px){
  .pf{display: none;}
}

.navtopbox{height:60px;}
.navtop.curr{position:fixed; top:78px; left:0; width:100%; background:#fff; padding:5px 0 5px 0;}

@media (max-width: 768px){
    .navtopbox{height:32px;}
  .navtop.curr{top:60px;}
}


.corwhite{color:#fff;}



.banner_cpjs{padding:0;}
.banner_cpjs img{ width:100%;}
.wap_show{display:none;}
@media (max-width: 768px){
    .pc_show{display:none;}
    .wap_show{display:block;}
}


.heaDiv{padding-top:20px;}
.heaDiv&gt;.sechDiv{float:right; position:relative; width:120px; top:0; z-index:2;}
.heaDiv &gt; .topMenu{float:right;padding-top:0;
    width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px); 
	width: -o-calc(100% - 120px);
	width: -ms-calc(100% - 120px);
	width: calc(100% - 120px);} 
.heaDiv &gt; .sechDiv &gt; .sech{float:right; margin-right:5px;}
.heaDiv &gt; .sechDiv &gt; .sech &gt; form &gt; div.cur &gt; input:nth-child(1){background:#fff;  color:#666;}

.heaDiv &gt; .sechDiv &gt; .sech &gt; form &gt; div.cur &gt; .search{background-image:url(../images/3b.png);}


.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1)::-webkit-input-placeholder{color:#666}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1)::-moz-placeholder{color:#666}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:nth-child(1):-moz-placeholder{color:#666}
.heaDiv&gt;.sechDiv&gt;.sech&gt;form&gt;div&gt;input:-ms-input-placeholder{color:#666}

.heaDiv &gt; .topMenu &gt; li{margin-left:1.5%;}
@media (max-width: 1440px){
    .heaDiv&gt;.sechDiv{width:110px;}
    .heaDiv &gt; .topMenu &gt; li{margin-left:1%;}
    .heaDiv &gt; .topMenu{
    width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px); 
	width: -o-calc(100% - 110px);
	width: -ms-calc(100% - 110px);
	width: calc(100% - 110px);} 
    .heaDiv &gt; .topMenu &gt; li &gt; a{font-size:15px;}
}

@media (max-width: 1230px){
    .heaDiv&gt;.sechDiv{width:96px;}
    .heaDiv &gt; .topMenu &gt; li{margin-left:5px;}
    .heaDiv &gt; .topMenu &gt; li &gt; a{font-size:14px;}
    .heaDiv &gt; .sechDiv &gt; .cnEn &gt; a{padding:0;}
    .heaDiv &gt; .topMenu{
    width: -moz-calc(100% - 96px);
	width: -webkit-calc(100% - 96px); 
	width: -o-calc(100% - 96px);
	width: -ms-calc(100% - 96px);
	width: calc(100% - 96px);} 
}


.more_link{margin-top:20px; margin-bottom:20px; width:100%;}
@media (max-width: 767px){
    .more_link{margin-top:10px; margin-bottom:10px; }
}

._mapbox *{border: 0!important;}
._mapbox .BMap_pop,
._mapbox .BMap_shadow{display: none!important;opacity: 0!important;padding: 0!important;border: 0!important;}



._mapbox .BMapLabel{ width: 308px; height: 113px;line-height: 22px!important;  margin: -86px 0 0 -138px;text-align: left; font-size: 12px!important; color: #555!important; border: 0!important; background: url(../images/img188.png)no-repeat center center;background-size: cover; overflow: hidden;background-color: rgba(0,0,0,0)!important;padding-top: 24px!important;padding-left: 14px!important;letter-spacing: 0!important;}
._mapbox .BMapLabel span{color: #000;font-weight: bold;font-size: 13px;letter-spacing: -1px;}










/*231223start*/
._cookie{ position: relative; overflow: hidden; width:100%;}
._cookie .bg{ position: relative; z-index:1; width:100%; line-height: 0;}
._cookie .box{ position:absolute; left:0; top:50%; z-index:6; width:100%; transform:translateY(-50%); -ms-transform:translateY(-50%); padding:6% 15px;}
._cookie .cont{ width:100%; display:flex; align-items: center; justify-content: space-between; position: relative;}
._cookie .left{ position:relative; z-index: 6; width:50%; padding:0 0 0 1.33%;}
._cookie .num{ width:100%; color: #fff; font-weight: bold; font-size:72px; line-height:82px;}
._cookie .tit{ width:100%; color: #fff; font-size:24px; line-height:34px; margin-top:22px;}
._cookie .p{ width:100%; color: #fff; font-size:16px; line-height:26px; margin-top:9px;}
._cookie .btn{ width:100%; margin-top:34px; }
._cookie .btn a{ display:inline-flex; background: #fff; padding:5px 26px 6px 26px; color: #132b6b; font-size:16px; line-height:30px; border-radius:41px;-webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	 -o-transition: 0.5s ease;
		transition: 0.5s ease;}
._cookie .btn a:hover{ background:rgba(255,255,255,0.2); color: #fff; box-shadow:0 3px 10px rgba(0,0,0,0.1);}
._cookie .right{ width:68.5%; position: absolute; right:-7.2%; top:63%; z-index:1; transform:translateY(-50%); -ms-transform:translateY(-50%);}

@media (max-width: 1024px){
._cookie .left{ padding:0;}
._cookie .num{ font-size:36px; line-height:46px;}
._cookie .tit{ font-size:16px; line-height:26px; margin-top:10px;}
._cookie .p{ font-size:14px; line-height:24px; margin-top:5px;}
._cookie .btn{ margin-top:18px;}
._cookie .btn a{ font-size:14px; line-height:26px; padding:3px 20px 4px 20px;}
._cookie .right{ width:74.5%; top:48%; right:-16.2%;}
}
@media (max-width: 767px){
._cookie .cont{ justify-content: center; flex-wrap: wrap;}	
._cookie .left{ width:auto; max-width:350px; text-align: center;}
._cookie .right{ width:100%; position: static; margin-top:0; transform:translateY(0); -ms-transform:translateY(0);}
._cookie .bg{ min-height:100vh;}
._cookie .bg .wap_show{ min-height:100vh;}
}


._yszcgBg{/* display:none; */ float: left; width:100%; height:100%; background: #000; opacity:0.49; position: fixed; left:0; top:0; z-index:2000;}
._yszcPoup{ /* display:none; */ float: left; width:760px; position: fixed; left:50%; top:50%; z-index:2100;transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%);}
._yszcPoup .poup{ position: relative; background: #fff; overflow: hidden; border-radius:4px; font-family:Arial;}
._yszcPoup .colse{ display: block; cursor: pointer; position: absolute; right:30px; top:18px; z-index:6; width:36px; height:36px; line-height:0;}
._yszcPoup .colse img{ width:16px; height:16px; margin:10px; }
._yszcPoup .title{ width:100%; background: #f3f3f3;color:#042a72; font-size:24px; line-height:32px; padding:20px 40px;}
._yszcPoup .box{ width:100%; padding:17px 40px 40px 40px;}
._yszcPoup .p{ padding:19px 0 18px 0; overflow:hidden; color:#575757; font-size:14px; line-height:21px;}
._yszcPoup .cook{ display:block; position: relative; padding-left:26px; width:100%; font-size:16px; line-height:24px; margin-top:4px;}
._yszcPoup .cook input[type="checkbox"]{ position:absolute; left:0; top:4px; width:16px; height:16px; display:block;text-align: center;line-height:14px; border-radius:2px; cursor: pointer;}
._yszcPoup .cook input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;width:100%;height:100%; border-radius:2px;}
._yszcPoup .cook input[type="checkbox"]:checked::before{content: "\2713";position: absolute;top: 0;left: 0;width:100%;font-size:12px;font-weight: 500; border-radius:2px;}
._yszcPoup .cook1{ color:#a8a8a8; margin-top:23px;}
._yszcPoup .cook1 input[type="checkbox"]::before{border: 1px solid #eeeeee;background: #eeeeee;}
._yszcPoup .cook1 input[type="checkbox"]:checked::before{border: 1px solid #042a72;background-color: #042a72;color:#ffffff;}
._yszcPoup .cook2{ color:#252525;}
._yszcPoup .cook2 input[type="checkbox"]::before{border: 1px solid #535353;background: #ffffff;}
._yszcPoup .cook2 input[type="checkbox"]:checked::before{border: 1px solid #042a72;background-color: #042a72;color:#ffffff;}
._yszcPoup .but{ margin-top:8px;}
._yszcPoup .but .a{width:100%; text-align: center; font-weight: bold; font-size:18px; line-height:44px; height:45px; border-radius:4px;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
._yszcPoup .but0 .a{ background: #042a72;color:#ffffff;}
._yszcPoup .but0 .a:hover{ background: #cdd4e3;color:#042a72;}
._yszcPoup .but1 .a{ background: #cdd4e3;color:#042a72;}
._yszcPoup .but1 .a:hover{ background: #042a72;color:#ffffff;}
._yszcPoup .cont{ overflow:hidden; color:#252525; font-size:16px; line-height:24px;
 overflow-y:auto;
 scrollbar-width:thin;
 max-height:240px;
}
._yszcPoup .cont::-webkit-scrollbar {
 width:3px
}
._yszcPoup .cont::-webkit-scrollbar-track
{
background-color:#f6f6f6;
 border-radius:3px
}
._yszcPoup .cont::-webkit-scrollbar-thumb {
 width:3px;
 height:60px;
 background-color:#042a72;
 border-radius:3px
}




@media screen and (max-width:1024px) {
._yszcPoup{ width:94%;}	
._yszcPoup .title{ padding:10px 15px;}	
._yszcPoup .box{ padding:15px 14px 20px 14px;}
._yszcPoup .cont{ max-height:176px; font-size:15px; line-height:22px;}
._yszcPoup .colse{ right:5px; top:8px; }
._yszcPoup .cook{ font-size:15px;}
._yszcPoup .cook1{ margin-top:15px;}
._yszcPoup .p{ font-size:13px; line-height:20px; padding:12px 0 8px 0;}
._yszcPoup .but .a{ font-size:16px; line-height:38px; height:40px;}
}


._baogao{ padding:87px 15px 0 15px;}
.btn8-1{ margin-top:0;}
#swiper-tb8{ position: relative; padding:0 10px 0 10px; margin:0 -40px; margin-top:45px;}
#swiper-tb8 .swiper-next,
#swiper-tb8 .swiper-prev{ cursor: pointer; display: flex; width:36px; height:36px;position:absolute; top:50%; margin-top:-18px; z-index: 6; }
#swiper-tb8 .swiper-prev{ left:-10px;}
#swiper-tb8 .swiper-next{ right:-10px; transform:rotate(180deg); -ms-transform:rotate(180deg);}
#swiper-tb8 .swiper-next::after,
#swiper-tb8 .swiper-prev::after{ display: flex; position: absolute; left:50%; top:50%; content:''; width:12px; height:12px; transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg); margin-left:2px; border-bottom:2px solid #132b6b; border-left:2px solid #132b6b;}
#swiper-tb8 .swiper-next:hover::after,
#swiper-tb8 .swiper-prev:hover::after{ opacity:0.5;}
.ul20-1 &gt; li{ width:33.33%;padding-left:1.6%;padding-right:1.6%; margin-right:0; padding-bottom:0;}
.ul20-1 &gt; li &gt; a &gt; div &gt; p{ margin-top:10px;}
.ul20-1&gt;li:hover&gt;a{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);}


@media screen and (max-width:1400px) {
._baogao{ padding:67px 15px 0 15px;}
#swiper-tb8{ padding:0 10px 0 10px; margin-top:35px;}
}
@media screen and (max-width:1230px) {
._baogao{ padding:50px 15px 0 15px;}
#swiper-tb8{ padding:0 10px 0 10px; margin-top:25px;}
}
@media screen and (max-width:1024px) {
._baogao{ padding:40px 15px 0 15px;}	
.ul20-1 &gt; li &gt; a &gt; div &gt; p{ margin-top:0;}

.ul20-1&gt;li:hover&gt;a{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
#swiper-tb8{ padding:10px 10px; margin-top:15px;}
}
@media screen and (max-width:767px) {
._baogao{ padding:20px 5px 0 5px;}
.ul20 &gt; li &gt; a{ padding:40px 20px 40px 20px;}
.ul20-1 &gt; li &gt; a &gt; div &gt; p{ margin-bottom:15px;}
#swiper-tb8{ padding:0 7px 0 7px; margin-top:10px;}
}
@media screen and (max-width:576px) {
.ul20-1 &gt; li{ width:100%;margin-right:0; padding:0 7px;}
#swiper-tb8 .swiper-next,
#swiper-tb8 .swiper-prev{ width:30px; height:30px; margin-top:-15px;}
#swiper-tb8 .swiper-next::after,
#swiper-tb8 .swiper-prev::after{ width:8px; height:8px;}
}

._pt18{ padding-top:18px;}
._tema{ padding:75px 20px 63px 20px;}
._ul1{ display: flex; flex-wrap: wrap; width:100%;}
._ul1 li{ width:22.3%; margin-top:80px; margin-right:3.6%;}
._ul1 li:nth-child(4n){ margin-right:0;}
._ul1 li a{ width:100%;}
._ul1 li a .fs20{ position: relative; display: block; width:100%; font-size:20px; line-height:26px; color: #0f235c; margin-top:13px; padding:16px 0; border-bottom:1px solid #e7e9ee;}
._ul1 li a .fs20:after{display: flex; position: absolute; right:10px; top:50%; content:''; width:7px; height:7px; transform:translate(0%,-50%) rotate(45deg); -ms-transform:translate(0%,-50%) rotate(45deg); border-top:1px solid #122b6c; border-right:1px solid #122b6c; transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;}
._ul1 li a .fs20 span{ margin-right: 6px;}
._ul1 li a:hover .fs20:after{ right:2px;}
._ul1 li a .fs16{ display: block; width:100%; font-size:16px; line-height:22px; color: #0f235c; opacity:0.7; margin-top:15px; min-height:66px;}
._ul1 li a .img{ display: block; width:100%; line-height:0; overflow: hidden;}
._ul1 li a .img img{ width:100%; transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;}
._ul1 li a:hover .img img{ transform: scale(1.1); -ms-transform: scale(1.1);} 

@media screen and (max-width:1400px) {
._pt18{ padding-top:8px;}	
._tema{ padding:60px 20px 41px 20px;}
._ul1 li{ margin-top:60px;}
}
@media screen and (max-width:1230px) {
._pt18{ padding-top:0;}
._tema{ padding:45px 20px 41px 20px;}
._ul1 li{ margin-top:40px;}
}
@media screen and (max-width:1024px) {
._tema{ padding:30px 20px 41px 20px;}
._ul1 li{ width:32%; margin-right:2%; margin-top:25px;}
._ul1 li:nth-child(4n){ margin-right:0;}
._ul1 li:nth-child(3n){ margin-right:2%;}
._ul1 li a .fs20{ font-size:15px; line-height:22px; margin-top:6px; padding:12px 0;}
._ul1 li a .fs20:after{ right:2px;}
._ul1 li a .fs16{ font-size:14px; line-height:20px; min-height:initial; margin-top:12px;}
}
@media screen and (max-width:767px) {
._tema{ padding:20px 16px 30px 16px;}
}
@media screen and (max-width:576px) {
._ul1 &gt; li{ width:48.5%;margin-right:3%;}
._ul1 li:nth-child(3n){ margin-right:3%;}
._ul1 li:nth-child(2n){ margin-right:0;}
}


._tema1{ padding:146px 20px;}
._tema1 .box{ width:100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding:0 3.66%;}
._tema1 .img{ width:260px; line-height:0;}
._tema1 .cont{ width:-webkit-calc(100% - 320px); width:-moz-calc(100% - 320px); width:calc(100% - 320px);}
._tema1 .fs24{ width:100%; color:#0f235c; font-size:24px; line-height:32px; margin-top:-5px; font-weight: bold;}
._tema1 .fs18{ width:100%; color:#737373; font-size:18px; line-height:28px; position: relative; padding:7px 0 17px 0; border-bottom:2px solid #cfd3de;}
._tema1 .fs18:after{display: flex; position: absolute; left:0; bottom:-2px; z-index: 6; content:''; width:60px; height:2px; background: #0f235c;}
._tema1 .info{ width:100%; color:#000000; font-size:18px; line-height:36px; padding:32px 0;}
._tema1 .btn{ background: #f8f8f8; width:100%; display: flex; align-items: center; justify-content: space-between; padding:10px 15px;}
._tema1 .prev,
._tema1 .next{ display: flex; width:37px; height:37px; position: relative;}
._tema1 .prev:after,
._tema1 .next:after{display: flex; position: absolute; left:50%; top:50%; content:''; width:8px; height:8px; transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg); border-top:2px solid #11255d; border-right:2px solid #11255d; }
._tema1 .prev{transform:rotate(180deg); -ms-transform:rotate(180deg);}
._tema1 .prev:hover,
._tema1 .next:hover{ opacity:0.5;}
._tema1 .fh{ display: flex; color: #0f235c; font-size:14px; line-height:28px; position: relative;}
._tema1 .fh:after{display: flex; position: absolute; left:0; bottom:0; z-index: 6; content:''; width:100%; height:1px; background: #0f235c;}
._tema1 .fh:hover{ opacity:0.5;}
._tema1 .pc_show{ width:100%;}
._tema1 .wap_show{ width:100%;}

@media screen and (max-width:1400px) {
._tema1{ padding:136px 20px;}
}
@media screen and (max-width:1230px) {
._tema1{ padding:76px 20px;}
}
@media screen and (max-width:1024px) {
._tema1{ padding:40px 20px;}
._tema1 .box{ padding:0;}
._tema1 .img{ width:190px; }
._tema1 .cont{ width:-webkit-calc(100% - 204px); width:-moz-calc(100% - 204px); width:calc(100% - 204px);}
._tema1 .fs24{ font-size:18px; line-height:26px;}
._tema1 .fs18{ font-size:14px; line-height:24px; padding:2px 0 8px 0;}
._tema1 .info{ font-size:14px; line-height:24px; padding:15px 0;}
._tema1 .btn{ padding:5px 7px;}
._tema1 .fh{ font-size:13px;}
}
@media screen and (max-width:767px) {
._tema1{ padding:30px 20px;}
._tema1 .img{ width:48%; }
._tema1 .box{ align-items:center;}
._tema1 .cont{width:48%;}
._tema1 .fs24{ margin-top:0;}
}
@media screen and (max-width:576px) {

}

.ul06 &gt; li &gt; a &gt; div &gt; p{text-align:justify;}
/*231223end*/


.zhili_ul{text-align:center;}
.zhili_ul li{float:none; display:inline-block;}
.zhili_ul li:last-child{margin-right:0;}


.backTop {
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 120px;
    right: 15px;
    z-index: 1000;
}
.backTop {
    background: #bdc3e6;
    width: 292px;
    padding:13px 30px 0 0; border-radius:10px;
}
.backTop a {
    display: block;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
}
clearfix {
    clear: both;
}
.backTop .ktopl {
    float: left;
    margin-top: 12px;
}
.backTop .ktopl img {
    width: 87px;
}
.backTop .ktopr {
    float: right;
    width: 160px;
    font-size: 16px;
    line-height: 24px;
}

.backTop .ktopr span{display:block; width:130px; height:33px; margin-top:3px; border-radius:33px; line-height:33px; color:#fff; text-align:center;
background: url(../images/z_bj.png) no-repeat center center;
background-size: cover;
}


.backTop:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%; 
  margin-top:-10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #bdc3e6;
}

@media screen and (max-width:767px) {
.backTop{display:none !important;}
}




/*241213start*/
.w1388{width: 1390px; margin-left: auto; margin-right: auto;}
.banner_cpjs{ position: relative;}
.banner_cpjs .box0{ position:absolute; left:0; top:50%; width: 100%; display: block; z-index: 6; padding:0 10px;}
.banner_cpjs .title{ width: 100%; display: block; color: #fff;}
.k36{padding:46px 50px 53px 50px;}
.zxly .line{ float: left; width: 100%; height: 1px; background: #fff; opacity: 0.3; margin-top: 40px;}
.zxly .checkbox{ float: left; width: 100%; color: #fff; font-size:16px; line-height:26px; margin-top:15px;}
.zxly .checkbox a{ display: inline-block; color: #fff; text-decoration: underline;}
.zxly .checkbox a:hover{text-decoration: underline;}
.zxly .checkbox input[type="checkbox"]{ position:relative; width:16px; height:16px; display: inline-block;text-align: center;vertical-align: middle; line-height:16px; margin-right: 10px; padding:0 !important; cursor: pointer;}
.zxly .checkbox input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;}
.zxly .checkbox input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;color:#2242ab;font-size:12px;font-weight: bold;}
.zxly .jt{ cursor: pointer; display: flex; position: relative;}
.zxly .jt::after{ display: block; content:''; position: absolute; right:20px; top:23px; border-left:5px solid transparent; border-right:5px solid transparent;border-top: 6px solid #888888;  }
.zxly .jt .ipt1{color:#888 !important;}
.zxly .jt .ipt1:focus{color:#23232a !important;}
.zxly .name{ float: left; width: 100%; color: #fff; font-size:18px; line-height:28px; margin-bottom:10px;}
.zxly .name span{ color: #ff0000; margin-left: 2px;}
.zxly .btn{ float: left; width: 100%; margin-top:34px;}
.zxly .btn .submit{ width: 36.4%; margin: 0 auto; padding:0 !important;}
.zxly .ipt1{padding: 0 20px;}
.zxly .textarea1{height: 162px;padding:13px 20px;}
.zxly .ipt1::-webkit-input-placeholder{color:#888}
.zxly .ipt1::-moz-placeholder{color:#888}
.zxly .ipt1:-moz-placeholder{color:#888}
.zxly .ipt1:-ms-input-placeholder{color:#888}
.zxly .textarea1::-webkit-input-placeholder{color:#888}
.zxly .textarea1::-moz-placeholder{color:#888}
.zxly .textarea1:-moz-placeholder{color:#888}
.zxly .textarea1:-ms-input-placeholder{color:#888}
.zxly-bg{ display: none; width: 100%; height: 100%; position: fixed; left: 0; top:0; z-index: 60; background:#000; opacity: 0.6;}
.zxly-poup{ display: none; width: 1200px;  position: fixed; left:50%; top:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); z-index: 66;}
.zxly-poup .box{ display: block; width: 100%; position: relative; background:#fff; padding:42px 11px 64px 11px;}
.zxly-poup .title{ display: block; width: 100%; text-align: center; color: #042a72; padding:0 40px;}
.zxly-poup .info{ display: block; width: 100%; color: #333; line-height: 30px; margin-top:20px; padding:0 40px; overflow:hidden;
 overflow-y:auto;
 scrollbar-width:thin;
 max-height:62vh
}
.zxly-poup .info::-webkit-scrollbar {
 width:3px
}
.zxly-poup .info::-webkit-scrollbar-track
{
background-color:#f1f1f1;
 border-radius:3px
}
.zxly-poup .info::-webkit-scrollbar-thumb {
 width:3px;
 height:60px;
 background-color:#c1c1c1;
 border-radius:3px
}
.zxly-poup .close{ display: block; line-height: 0; width: 30px; position: absolute; right: 12px; top: 12px; z-index: 6;}
.zxly-poup .close img{ width: 100%;}


@media (max-width: 1420px) {
.w1388 {width: 100%;}
.zxly-poup .box{ padding:30px 11px 40px 11px;}
.zxly-poup .title{ padding:0 30px;}
.zxly-poup .info{line-height: 30px; margin-top:20px; padding:0 30px;}
}
@media (max-width: 1230px) {
.zxly-poup{width: 100%; padding:15px;}
}
@media (max-width: 991px) {
.k36{padding:30px 15px 30px 15px;}	
.zxly .ipt1{padding: 0 12px;}
.zxly .textarea1{height: 138px;padding:8px 12px;}
.zxly .jt::after{ right:12px; top:15px;}
.zxly .line{ margin-top:20px;}
.zxly .btn{ margin-top:20px;}
.zxly .name{ font-size:15px; line-height: 1.2; margin-top: 2px;}
.zxly .checkbox{ font-size:14px; line-height: 1.2;}
.zxly-poup .box{ padding:25px 11px 30px 11px;}
.zxly-poup .title{ padding:0 6px;}
.zxly-poup .info{line-height: 24px; margin-top:18px; padding:0 6px;}
.zxly-poup .close{ width: 30px; right:6px; top: 6px; }
}
@media screen and (max-width:767px) {
.banner_cpjs .title{text-align: center;}
.zxly .ww48.c-b{ width: 100%; margin-top: 0;}

}

/*241213end*/


/*241226start*/
@media (min-width: 991px) {
.zxly .line{ margin-top: 50px;}
.zxly .checkbox{ margin-top: 25px;}
.zxly .btn{ margin-top: 40px;}
.zxly .btn{ margin-top: 40px;}
.k36{ padding-bottom: 80px;}
}


/*241226end*/</pre></body></html>